pub struct EntryId(/* private fields */);
Expand description
An identifier in a hierarchy of the node/metadata/stream.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EntryId
impl<'de> Deserialize<'de> for EntryId
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 Extend<EntryId> for Path
impl Extend<EntryId> for Path
Source§fn extend<T>(&mut self, iter: T)where
T: IntoIterator<Item = EntryId>,
fn extend<T>(&mut self, iter: T)where
T: IntoIterator<Item = EntryId>,
Extends a collection with the contents of an iterator. Read more
Source§fn extend_one(&mut self, item: A)
fn extend_one(&mut self, item: A)
🔬This is a nightly-only experimental API. (
extend_one
)Extends a collection with exactly one element.
Source§fn extend_reserve(&mut self, additional: usize)
fn extend_reserve(&mut self, additional: usize)
🔬This is a nightly-only experimental API. (
extend_one
)Reserves capacity in a collection for the given number of additional elements. Read more
Source§impl<'a> FromIterator<&'a EntryId> for Path
impl<'a> FromIterator<&'a EntryId> for Path
Source§impl Ord for EntryId
impl Ord for EntryId
Source§impl PartialOrd for EntryId
impl PartialOrd for EntryId
impl Eq for EntryId
impl StructuralPartialEq for EntryId
Auto Trait Implementations§
impl Freeze for EntryId
impl RefUnwindSafe for EntryId
impl Send for EntryId
impl Sync for EntryId
impl Unpin for EntryId
impl UnwindSafe for EntryId
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