pub struct SinglePetrovDayActionOutput;
Trait Implementations§
Source§impl HasField<result> for SinglePetrovDayActionOutput
impl HasField<result> for SinglePetrovDayActionOutput
Source§type Type = Option<PetrovDayAction>
type Type = Option<PetrovDayAction>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for SinglePetrovDayActionOutput
impl RefUnwindSafe for SinglePetrovDayActionOutput
impl Send for SinglePetrovDayActionOutput
impl Sync for SinglePetrovDayActionOutput
impl Unpin for SinglePetrovDayActionOutput
impl UnwindSafe for SinglePetrovDayActionOutput
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