pub struct PathId(pub usize);Tuple Fields§
§0: usizeTrait Implementations§
Source§impl<'de> Deserialize<'de> for PathId
impl<'de> Deserialize<'de> for PathId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for PathId
impl Ord for PathId
Source§impl PartialOrd for PathId
impl PartialOrd for PathId
impl Copy for PathId
impl Eq for PathId
impl StructuralPartialEq for PathId
Auto Trait Implementations§
impl Freeze for PathId
impl RefUnwindSafe for PathId
impl Send for PathId
impl Sync for PathId
impl Unpin for PathId
impl UnwindSafe for PathId
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