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