pub enum SourceUnitNodeType {
SourceUnit,
}
Expand description
SourceUnitNodeType
JSON schema
{
"enum": [
"SourceUnit"
]
}
Variants§
SourceUnit
Trait Implementations§
Source§impl Clone for SourceUnitNodeType
impl Clone for SourceUnitNodeType
Source§fn clone(&self) -> SourceUnitNodeType
fn clone(&self) -> SourceUnitNodeType
Returns a copy 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 SourceUnitNodeType
impl Debug for SourceUnitNodeType
Source§impl<'de> Deserialize<'de> for SourceUnitNodeType
impl<'de> Deserialize<'de> for SourceUnitNodeType
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 From<&SourceUnitNodeType> for SourceUnitNodeType
impl From<&SourceUnitNodeType> for SourceUnitNodeType
Source§fn from(value: &SourceUnitNodeType) -> Self
fn from(value: &SourceUnitNodeType) -> Self
Converts to this type from the input type.
Source§impl FromStr for SourceUnitNodeType
impl FromStr for SourceUnitNodeType
Source§impl Hash for SourceUnitNodeType
impl Hash for SourceUnitNodeType
Source§impl Ord for SourceUnitNodeType
impl Ord for SourceUnitNodeType
Source§fn cmp(&self, other: &SourceUnitNodeType) -> Ordering
fn cmp(&self, other: &SourceUnitNodeType) -> 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 SourceUnitNodeType
impl PartialEq for SourceUnitNodeType
Source§impl PartialOrd for SourceUnitNodeType
impl PartialOrd for SourceUnitNodeType
Source§impl Serialize for SourceUnitNodeType
impl Serialize for SourceUnitNodeType
Source§impl ToString for SourceUnitNodeType
impl ToString for SourceUnitNodeType
Source§impl TryFrom<&String> for SourceUnitNodeType
impl TryFrom<&String> for SourceUnitNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<&str> for SourceUnitNodeType
impl TryFrom<&str> for SourceUnitNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§impl TryFrom<String> for SourceUnitNodeType
impl TryFrom<String> for SourceUnitNodeType
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
impl Copy for SourceUnitNodeType
impl Eq for SourceUnitNodeType
impl StructuralPartialEq for SourceUnitNodeType
Auto Trait Implementations§
impl Freeze for SourceUnitNodeType
impl RefUnwindSafe for SourceUnitNodeType
impl Send for SourceUnitNodeType
impl Sync for SourceUnitNodeType
impl Unpin for SourceUnitNodeType
impl UnwindSafe for SourceUnitNodeType
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