pub struct GQLVariable {
pub name: String,
pub ty: GQLType,
pub default_value: Option<String>,
}Fields§
§name: String§ty: GQLType§default_value: Option<String>Trait Implementations§
Source§impl Clone for GQLVariable
impl Clone for GQLVariable
Source§fn clone(&self) -> GQLVariable
fn clone(&self) -> GQLVariable
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 moreAuto Trait Implementations§
impl Freeze for GQLVariable
impl RefUnwindSafe for GQLVariable
impl Send for GQLVariable
impl Sync for GQLVariable
impl Unpin for GQLVariable
impl UnsafeUnpin for GQLVariable
impl UnwindSafe for GQLVariable
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