pub struct categories;
Trait Implementations§
Source§impl Field for categories
impl Field for categories
impl HasInputField<categories, Option<Vec<String>>> for UpdateLocalgroupDataInput
Auto Trait Implementations§
impl Freeze for categories
impl RefUnwindSafe for categories
impl Send for categories
impl Sync for categories
impl Unpin for categories
impl UnwindSafe for categories
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