pub struct GQLDirectiveArg {
pub name: String,
pub value: GQLDirectiveValue,
}Fields§
§name: String§value: GQLDirectiveValueTrait Implementations§
Source§impl Clone for GQLDirectiveArg
impl Clone for GQLDirectiveArg
Source§fn clone(&self) -> GQLDirectiveArg
fn clone(&self) -> GQLDirectiveArg
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 GQLDirectiveArg
impl RefUnwindSafe for GQLDirectiveArg
impl Send for GQLDirectiveArg
impl Sync for GQLDirectiveArg
impl Unpin for GQLDirectiveArg
impl UnsafeUnpin for GQLDirectiveArg
impl UnwindSafe for GQLDirectiveArg
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