pub struct GtjSchemaString {
pub title: Option<String>,
pub description: Option<String>,
pub type: GtjSchemaStringTypeString,
}Fields§
§title: Option<String>§description: Option<String>§type: GtjSchemaStringTypeStringTrait Implementations§
Source§impl Clone for GtjSchemaString
impl Clone for GtjSchemaString
Source§fn clone(&self) -> GtjSchemaString
fn clone(&self) -> GtjSchemaString
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 GtjSchemaString
impl Debug for GtjSchemaString
Source§impl<'de> Deserialize<'de> for GtjSchemaString
impl<'de> Deserialize<'de> for GtjSchemaString
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 GtjSchemaString
impl PartialEq for GtjSchemaString
Source§impl Serialize for GtjSchemaString
impl Serialize for GtjSchemaString
impl StructuralPartialEq for GtjSchemaString
Auto Trait Implementations§
impl Freeze for GtjSchemaString
impl RefUnwindSafe for GtjSchemaString
impl Send for GtjSchemaString
impl Sync for GtjSchemaString
impl Unpin for GtjSchemaString
impl UnwindSafe for GtjSchemaString
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