pub struct cycleUpdate;Trait Implementations§
Source§impl Field for cycleUpdate
impl Field for cycleUpdate
Source§impl HasArgument<id> for cycleUpdate
impl HasArgument<id> for cycleUpdate
Source§impl HasArgument<input> for cycleUpdate
impl HasArgument<input> for cycleUpdate
Source§type ArgumentType = CycleUpdateInput
type ArgumentType = CycleUpdateInput
The schema marker type of this argument.
Source§impl HasField<cycleUpdate> for Mutation
impl HasField<cycleUpdate> for Mutation
Source§type Type = CyclePayload
type Type = CyclePayload
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for cycleUpdate
impl RefUnwindSafe for cycleUpdate
impl Send for cycleUpdate
impl Sync for cycleUpdate
impl Unpin for cycleUpdate
impl UnwindSafe for cycleUpdate
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