pub struct FEntryLink(/* private fields */);Expand description
The link used by
FEntry
programs.
Trait Implementations§
Source§impl Debug for FEntryLink
impl Debug for FEntryLink
Source§impl Drop for FEntryLink
impl Drop for FEntryLink
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 From<FEntryLink> for FdLink
impl From<FEntryLink> for FdLink
Source§fn from(w: FEntryLink) -> FdLink
fn from(w: FEntryLink) -> FdLink
Converts to this type from the input type.
Source§impl From<FdLink> for FEntryLink
impl From<FdLink> for FEntryLink
Source§fn from(b: FdLink) -> FEntryLink
fn from(b: FdLink) -> FEntryLink
Converts to this type from the input type.
Source§impl Hash for FEntryLink
impl Hash for FEntryLink
Source§impl Link for FEntryLink
impl Link for FEntryLink
Source§impl PartialEq for FEntryLink
impl PartialEq for FEntryLink
impl Eq for FEntryLink
Auto Trait Implementations§
impl Freeze for FEntryLink
impl RefUnwindSafe for FEntryLink
impl Send for FEntryLink
impl Sync for FEntryLink
impl Unpin for FEntryLink
impl UnsafeUnpin for FEntryLink
impl UnwindSafe for FEntryLink
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.