Enum ebml_iterable::specs::PathPart
source · pub enum PathPart {
Id(u64),
Global((Option<u64>, Option<u64>)),
}
Variants§
Trait Implementations§
source§impl Ord for PathPart
impl Ord for PathPart
source§impl PartialEq for PathPart
impl PartialEq for PathPart
source§impl PartialOrd for PathPart
impl PartialOrd for PathPart
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for PathPart
impl Eq for PathPart
impl StructuralPartialEq for PathPart
Auto Trait Implementations§
impl Freeze for PathPart
impl RefUnwindSafe for PathPart
impl Send for PathPart
impl Sync for PathPart
impl Unpin for PathPart
impl UnwindSafe for PathPart
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