pub struct TrailId(/* private fields */);Expand description
Stable id for a trail entry (not a NodeId).
Trait Implementations§
impl Copy for TrailId
impl Eq for TrailId
impl StructuralPartialEq for TrailId
Auto Trait Implementations§
impl Freeze for TrailId
impl RefUnwindSafe for TrailId
impl Send for TrailId
impl Sync for TrailId
impl Unpin for TrailId
impl UnsafeUnpin for TrailId
impl UnwindSafe for TrailId
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