pub struct UpdateLocalgroupInput;
Trait Implementations§
impl HasInputField<data, UpdateLocalgroupDataInput> for UpdateLocalgroupInput
impl HasInputField<selector, SelectorInput> for UpdateLocalgroupInput
impl InputObjectMarker for UpdateLocalgroupInput
Auto Trait Implementations§
impl Freeze for UpdateLocalgroupInput
impl RefUnwindSafe for UpdateLocalgroupInput
impl Send for UpdateLocalgroupInput
impl Sync for UpdateLocalgroupInput
impl Unpin for UpdateLocalgroupInput
impl UnwindSafe for UpdateLocalgroupInput
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