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