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