pub struct ThenAction {
pub action: Node<ActionUsage>,
}Expand description
Succession to an action usage: then action ....
Fields§
§action: Node<ActionUsage>Trait Implementations§
Source§impl Clone for ThenAction
impl Clone for ThenAction
Source§fn clone(&self) -> ThenAction
fn clone(&self) -> ThenAction
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 ThenAction
impl Debug for ThenAction
impl Eq for ThenAction
Source§impl PartialEq for ThenAction
impl PartialEq for ThenAction
Source§fn eq(&self, other: &ThenAction) -> bool
fn eq(&self, other: &ThenAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ThenAction
Auto Trait Implementations§
impl Freeze for ThenAction
impl RefUnwindSafe for ThenAction
impl Send for ThenAction
impl Sync for ThenAction
impl Unpin for ThenAction
impl UnsafeUnpin for ThenAction
impl UnwindSafe for ThenAction
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