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