pub struct BinaryKey(pub String);Expand description
A key for binaries in entry’s binaries map.
Tuple Fields§
§0: StringTrait Implementations§
Source§impl Ord for BinaryKey
impl Ord for BinaryKey
Source§impl PartialOrd for BinaryKey
impl PartialOrd for BinaryKey
impl Eq for BinaryKey
impl StructuralPartialEq for BinaryKey
Auto Trait Implementations§
impl Freeze for BinaryKey
impl RefUnwindSafe for BinaryKey
impl Send for BinaryKey
impl Sync for BinaryKey
impl Unpin for BinaryKey
impl UnwindSafe for BinaryKey
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