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