pub struct EKey(/* private fields */);Expand description
Encoding key - 16 bytes that identify content
Implementations§
Trait Implementations§
Source§impl Ord for EKey
impl Ord for EKey
Source§impl PartialOrd for EKey
impl PartialOrd for EKey
impl Copy for EKey
impl Eq for EKey
impl StructuralPartialEq for EKey
Auto Trait Implementations§
impl Freeze for EKey
impl RefUnwindSafe for EKey
impl Send for EKey
impl Sync for EKey
impl Unpin for EKey
impl UnwindSafe for EKey
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