pub struct inactive;
Trait Implementations§
impl HasInputField<inactive, Option<bool>> for UpdateLocalgroupDataInput
Auto Trait Implementations§
impl Freeze for inactive
impl RefUnwindSafe for inactive
impl Send for inactive
impl Sync for inactive
impl Unpin for inactive
impl UnwindSafe for inactive
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