pub struct revisions;
Trait Implementations§
Source§impl HasArgument<input> for revisions
impl HasArgument<input> for revisions
Source§type ArgumentType = Option<MultiRevisionInput>
type ArgumentType = Option<MultiRevisionInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for revisions
impl RefUnwindSafe for revisions
impl Send for revisions
impl Sync for revisions
impl Unpin for revisions
impl UnwindSafe for revisions
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