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