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