pub enum GtjSchemaLiteralConst {
Null(()),
Boolean(bool),
Number(f64),
String(String),
}Variants§
Trait Implementations§
Source§impl Clone for GtjSchemaLiteralConst
impl Clone for GtjSchemaLiteralConst
Source§fn clone(&self) -> GtjSchemaLiteralConst
fn clone(&self) -> GtjSchemaLiteralConst
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 GtjSchemaLiteralConst
impl Debug for GtjSchemaLiteralConst
Source§impl<'de> Deserialize<'de> for GtjSchemaLiteralConst
impl<'de> Deserialize<'de> for GtjSchemaLiteralConst
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 PartialEq for GtjSchemaLiteralConst
impl PartialEq for GtjSchemaLiteralConst
Source§impl Serialize for GtjSchemaLiteralConst
impl Serialize for GtjSchemaLiteralConst
impl StructuralPartialEq for GtjSchemaLiteralConst
Auto Trait Implementations§
impl Freeze for GtjSchemaLiteralConst
impl RefUnwindSafe for GtjSchemaLiteralConst
impl Send for GtjSchemaLiteralConst
impl Sync for GtjSchemaLiteralConst
impl Unpin for GtjSchemaLiteralConst
impl UnwindSafe for GtjSchemaLiteralConst
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