pub struct SaltBytes(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for SaltBytes
impl RefUnwindSafe for SaltBytes
impl Send for SaltBytes
impl Sync for SaltBytes
impl Unpin for SaltBytes
impl UnsafeUnpin for SaltBytes
impl UnwindSafe for SaltBytes
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