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