pub struct FEntryLinkId(/* private fields */);Expand description
The type returned by
FEntry::attach
. Can be passed to
FEntry::detach
.
Trait Implementations§
Source§impl Debug for FEntryLinkId
impl Debug for FEntryLinkId
Source§impl Equivalent<FEntryLink> for FEntryLinkId
impl Equivalent<FEntryLink> for FEntryLinkId
Source§fn equivalent(&self, key: &FEntryLink) -> bool
fn equivalent(&self, key: &FEntryLink) -> bool
Compare self to
key and return true if they are equal.Source§impl Hash for FEntryLinkId
impl Hash for FEntryLinkId
Source§impl PartialEq for FEntryLinkId
impl PartialEq for FEntryLinkId
Source§fn eq(&self, other: &FEntryLinkId) -> bool
fn eq(&self, other: &FEntryLinkId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FEntryLinkId
impl StructuralPartialEq for FEntryLinkId
Auto Trait Implementations§
impl Freeze for FEntryLinkId
impl RefUnwindSafe for FEntryLinkId
impl Send for FEntryLinkId
impl Sync for FEntryLinkId
impl Unpin for FEntryLinkId
impl UnsafeUnpin for FEntryLinkId
impl UnwindSafe for FEntryLinkId
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.