pub struct SecretsCommunication {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for SecretsCommunication
impl RefUnwindSafe for SecretsCommunication
impl Send for SecretsCommunication
impl Sync for SecretsCommunication
impl Unpin for SecretsCommunication
impl UnwindSafe for SecretsCommunication
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more