pub struct BinLink(pub BinEntryPath);Tuple Fields§
§0: BinEntryPathTrait Implementations§
Source§impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinLink
impl<BV: BinVisitor + ?Sized> BinTraversal<BV> for BinLink
impl Eq for BinLink
Source§impl From<BinEntryPath> for BinLink
impl From<BinEntryPath> for BinLink
Source§fn from(v: BinEntryPath) -> Self
fn from(v: BinEntryPath) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for BinLink
Auto Trait Implementations§
impl Freeze for BinLink
impl RefUnwindSafe for BinLink
impl Send for BinLink
impl Sync for BinLink
impl Unpin for BinLink
impl UnsafeUnpin for BinLink
impl UnwindSafe for BinLink
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