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