pub struct GtjArray {
pub name: Option<String>,
pub doc: Option<String>,
pub type: GtjArrayTypeArray,
pub descriptor: GtjAny,
}Fields§
§name: Option<String>§doc: Option<String>§type: GtjArrayTypeArray§descriptor: GtjAnyTrait Implementations§
Source§impl<'de> Deserialize<'de> for GtjArray
impl<'de> Deserialize<'de> for GtjArray
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
impl StructuralPartialEq for GtjArray
Auto Trait Implementations§
impl Freeze for GtjArray
impl RefUnwindSafe for GtjArray
impl Send for GtjArray
impl Sync for GtjArray
impl Unpin for GtjArray
impl UnwindSafe for GtjArray
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