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