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