pub struct ItemPath(/* private fields */);Expand description
A path within a crate::collateral::PVSS to an item stored in the collateral tree.
Implementations§
Trait Implementations§
Source§impl Ord for ItemPath
impl Ord for ItemPath
Source§impl PartialOrd for ItemPath
impl PartialOrd for ItemPath
impl Eq for ItemPath
impl StructuralPartialEq for ItemPath
Auto Trait Implementations§
impl Freeze for ItemPath
impl RefUnwindSafe for ItemPath
impl Send for ItemPath
impl Sync for ItemPath
impl Unpin for ItemPath
impl UnsafeUnpin for ItemPath
impl UnwindSafe for ItemPath
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