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