pub struct actionType;
Trait Implementations§
Source§impl Field for actionType
impl Field for actionType
impl HasInputField<actionType, String> for CreatePetrovDayActionDataInput
Auto Trait Implementations§
impl Freeze for actionType
impl RefUnwindSafe for actionType
impl Send for actionType
impl Sync for actionType
impl Unpin for actionType
impl UnwindSafe for actionType
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