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