pub struct InterpretationId(/* private fields */);Expand description
Interpretation instance identity.
Implementations§
Trait Implementations§
Source§impl Clone for InterpretationId
impl Clone for InterpretationId
Source§fn clone(&self) -> InterpretationId
fn clone(&self) -> InterpretationId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InterpretationId
impl Debug for InterpretationId
Source§impl<'de> Deserialize<'de> for InterpretationId
impl<'de> Deserialize<'de> for InterpretationId
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
impl Eq for InterpretationId
Source§impl Hash for InterpretationId
impl Hash for InterpretationId
Source§impl PartialEq for InterpretationId
impl PartialEq for InterpretationId
Source§impl Serialize for InterpretationId
impl Serialize for InterpretationId
impl StructuralPartialEq for InterpretationId
Auto Trait Implementations§
impl Freeze for InterpretationId
impl RefUnwindSafe for InterpretationId
impl Send for InterpretationId
impl Sync for InterpretationId
impl Unpin for InterpretationId
impl UnsafeUnpin for InterpretationId
impl UnwindSafe for InterpretationId
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