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