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