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