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