pub struct updateRevision;
Trait Implementations§
Source§impl Field for updateRevision
impl Field for updateRevision
Source§impl HasArgument<data> for updateRevision
impl HasArgument<data> for updateRevision
Source§type ArgumentType = UpdateRevisionDataInput
type ArgumentType = UpdateRevisionDataInput
The schema marker type of this argument.
Source§impl HasArgument<selector> for updateRevision
impl HasArgument<selector> for updateRevision
Source§type ArgumentType = SelectorInput
type ArgumentType = SelectorInput
The schema marker type of this argument.
Source§impl HasField<updateRevision> for Mutation
impl HasField<updateRevision> for Mutation
Source§type Type = Option<RevisionOutput>
type Type = Option<RevisionOutput>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for updateRevision
impl RefUnwindSafe for updateRevision
impl Send for updateRevision
impl Sync for updateRevision
impl Unpin for updateRevision
impl UnwindSafe for updateRevision
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