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