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