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