pub struct organizers;
Trait Implementations§
Source§impl Field for organizers
impl Field for organizers
Source§impl HasField<organizers> for Localgroup
impl HasField<organizers> for Localgroup
Auto Trait Implementations§
impl Freeze for organizers
impl RefUnwindSafe for organizers
impl Send for organizers
impl Sync for organizers
impl Unpin for organizers
impl UnwindSafe for organizers
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