pub enum crypt_device {}Auto Trait Implementations§
impl Freeze for crypt_device
impl RefUnwindSafe for crypt_device
impl Send for crypt_device
impl Sync for crypt_device
impl Unpin for crypt_device
impl UnwindSafe for crypt_device
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