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