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