pub struct ActionWait {
pub type_: String,
}Expand description
A wait action.
Fields§
§type_: StringSpecifies the event type.
Trait Implementations§
Source§impl Clone for ActionWait
impl Clone for ActionWait
Source§fn clone(&self) -> ActionWait
fn clone(&self) -> ActionWait
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ActionWait
impl Debug for ActionWait
Source§impl<'de> Deserialize<'de> for ActionWait
impl<'de> Deserialize<'de> for ActionWait
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ActionWait
impl RefUnwindSafe for ActionWait
impl Send for ActionWait
impl Sync for ActionWait
impl Unpin for ActionWait
impl UnsafeUnpin for ActionWait
impl UnwindSafe for ActionWait
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