pub struct SyntaxObjectId(pub u32);Tuple Fields§
§0: u32Implementations§
Trait Implementations§
Source§impl Clone for SyntaxObjectId
impl Clone for SyntaxObjectId
Source§fn clone(&self) -> SyntaxObjectId
fn clone(&self) -> SyntaxObjectId
Returns a duplicate of the value. Read more
1.0.0 · 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 SyntaxObjectId
impl Debug for SyntaxObjectId
Source§impl Default for SyntaxObjectId
impl Default for SyntaxObjectId
Source§fn default() -> SyntaxObjectId
fn default() -> SyntaxObjectId
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SyntaxObjectId
impl<'de> Deserialize<'de> for SyntaxObjectId
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 Display for SyntaxObjectId
impl Display for SyntaxObjectId
Source§impl From<SyntaxObjectId> for u32
impl From<SyntaxObjectId> for u32
Source§fn from(value: SyntaxObjectId) -> Self
fn from(value: SyntaxObjectId) -> Self
Converts to this type from the input type.
Source§impl Hash for SyntaxObjectId
impl Hash for SyntaxObjectId
Source§impl Ord for SyntaxObjectId
impl Ord for SyntaxObjectId
Source§fn cmp(&self, other: &SyntaxObjectId) -> Ordering
fn cmp(&self, other: &SyntaxObjectId) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SyntaxObjectId
impl PartialEq for SyntaxObjectId
Source§impl PartialOrd for SyntaxObjectId
impl PartialOrd for SyntaxObjectId
Source§impl Serialize for SyntaxObjectId
impl Serialize for SyntaxObjectId
impl Copy for SyntaxObjectId
impl Eq for SyntaxObjectId
impl StructuralPartialEq for SyntaxObjectId
Auto Trait Implementations§
impl Freeze for SyntaxObjectId
impl RefUnwindSafe for SyntaxObjectId
impl Send for SyntaxObjectId
impl Sync for SyntaxObjectId
impl Unpin for SyntaxObjectId
impl UnwindSafe for SyntaxObjectId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
Source§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string() Read moreSource§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString. Read more