pub struct MultiTagRelInput;
Trait Implementations§
impl HasInputField<enableCache, Option<bool>> for MultiTagRelInput
impl HasInputField<enableTotal, Option<bool>> for MultiTagRelInput
impl HasInputField<resolverArgs, Option<JSON>> for MultiTagRelInput
impl HasInputField<terms, Option<JSON>> for MultiTagRelInput
impl InputObjectMarker for MultiTagRelInput
Auto Trait Implementations§
impl Freeze for MultiTagRelInput
impl RefUnwindSafe for MultiTagRelInput
impl Send for MultiTagRelInput
impl Sync for MultiTagRelInput
impl Unpin for MultiTagRelInput
impl UnwindSafe for MultiTagRelInput
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