pub struct GQLUnion {
pub name: String,
pub members: Vec<String>,
pub description: Option<String>,
}Fields§
§name: String§members: Vec<String>§description: Option<String>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GQLUnion
impl RefUnwindSafe for GQLUnion
impl Send for GQLUnion
impl Sync for GQLUnion
impl Unpin for GQLUnion
impl UnsafeUnpin for GQLUnion
impl UnwindSafe for GQLUnion
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