pub struct LabeledId { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LabeledId
impl<'de> Deserialize<'de> for LabeledId
Source§fn deserialize<D>(
deserializer: D,
) -> Result<LabeledId, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>(
deserializer: D,
) -> Result<LabeledId, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for LabeledId
impl Ord for LabeledId
Source§impl PartialOrd for LabeledId
impl PartialOrd for LabeledId
Source§impl Serialize for LabeledId
impl Serialize for LabeledId
Source§fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>(
&self,
serializer: S,
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for LabeledId
impl Eq for LabeledId
impl StructuralPartialEq for LabeledId
Auto Trait Implementations§
impl Freeze for LabeledId
impl RefUnwindSafe for LabeledId
impl Send for LabeledId
impl Sync for LabeledId
impl Unpin for LabeledId
impl UnwindSafe for LabeledId
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