pub struct EncryptionReady { /* private fields */ }
Trait Implementations§
impl BuilderState for EncryptionReady
Auto Trait Implementations§
impl Freeze for EncryptionReady
impl RefUnwindSafe for EncryptionReady
impl Send for EncryptionReady
impl Sync for EncryptionReady
impl Unpin for EncryptionReady
impl UnwindSafe for EncryptionReady
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