pub struct SingleLocalgroupInput;
Trait Implementations§
impl HasInputField<allowNull, Option<bool>> for SingleLocalgroupInput
impl HasInputField<resolverArgs, Option<JSON>> for SingleLocalgroupInput
impl HasInputField<selector, Option<SelectorInput>> for SingleLocalgroupInput
impl InputObjectMarker for SingleLocalgroupInput
Auto Trait Implementations§
impl Freeze for SingleLocalgroupInput
impl RefUnwindSafe for SingleLocalgroupInput
impl Send for SingleLocalgroupInput
impl Sync for SingleLocalgroupInput
impl Unpin for SingleLocalgroupInput
impl UnwindSafe for SingleLocalgroupInput
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