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