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