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