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