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