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