pub struct GtjLiteral {
pub name: Option<String>,
pub doc: Option<String>,
pub type: GtjLiteralTypeLiteral,
pub value: GtjLiteralValue,
}Fields§
§name: Option<String>§doc: Option<String>§type: GtjLiteralTypeLiteral§value: GtjLiteralValueTrait Implementations§
Source§impl Clone for GtjLiteral
impl Clone for GtjLiteral
Source§fn clone(&self) -> GtjLiteral
fn clone(&self) -> GtjLiteral
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 GtjLiteral
impl Debug for GtjLiteral
Source§impl<'de> Deserialize<'de> for GtjLiteral
impl<'de> Deserialize<'de> for GtjLiteral
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 GtjLiteral
impl PartialEq for GtjLiteral
Source§impl Serialize for GtjLiteral
impl Serialize for GtjLiteral
impl StructuralPartialEq for GtjLiteral
Auto Trait Implementations§
impl Freeze for GtjLiteral
impl RefUnwindSafe for GtjLiteral
impl Send for GtjLiteral
impl Sync for GtjLiteral
impl Unpin for GtjLiteral
impl UnwindSafe for GtjLiteral
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