pub struct AttachmentKey(pub &'static str);Tuple Fields§
§0: &'static strTrait Implementations§
Source§impl Hash for AttachmentKey
impl Hash for AttachmentKey
Source§impl PartialEq for AttachmentKey
impl PartialEq for AttachmentKey
Source§impl PartialOrd for AttachmentKey
impl PartialOrd for AttachmentKey
impl Eq for AttachmentKey
impl StructuralPartialEq for AttachmentKey
Auto Trait Implementations§
impl Freeze for AttachmentKey
impl RefUnwindSafe for AttachmentKey
impl Send for AttachmentKey
impl Sync for AttachmentKey
impl Unpin for AttachmentKey
impl UnwindSafe for AttachmentKey
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.