pub struct createLocalgroup;
Trait Implementations§
Source§impl Field for createLocalgroup
impl Field for createLocalgroup
Source§impl HasArgument<data> for createLocalgroup
impl HasArgument<data> for createLocalgroup
Source§type ArgumentType = CreateLocalgroupDataInput
type ArgumentType = CreateLocalgroupDataInput
The schema marker type of this argument.
Source§impl HasField<createLocalgroup> for Mutation
impl HasField<createLocalgroup> for Mutation
Source§type Type = Option<LocalgroupOutput>
type Type = Option<LocalgroupOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for createLocalgroup
impl RefUnwindSafe for createLocalgroup
impl Send for createLocalgroup
impl Sync for createLocalgroup
impl Unpin for createLocalgroup
impl UnwindSafe for createLocalgroup
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