pub struct ActionNode {
pub id: String,
pub guard: String,
}Expand description
A parsed action definition.
Fields§
§id: String§guard: StringTrait Implementations§
Source§impl Clone for ActionNode
impl Clone for ActionNode
Source§fn clone(&self) -> ActionNode
fn clone(&self) -> ActionNode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ActionNode
impl RefUnwindSafe for ActionNode
impl Send for ActionNode
impl Sync for ActionNode
impl Unpin for ActionNode
impl UnsafeUnpin for ActionNode
impl UnwindSafe for ActionNode
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