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