pub struct ActionMethod {
pub name: String,
pub description: Option<String>,
pub consequence: String,
pub purpose: String,
}Fields§
§name: String§description: Option<String>§consequence: String§purpose: StringTrait Implementations§
Source§impl Clone for ActionMethod
impl Clone for ActionMethod
Source§fn clone(&self) -> ActionMethod
fn clone(&self) -> ActionMethod
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 ActionMethod
impl Debug for ActionMethod
Source§impl PartialEq for ActionMethod
impl PartialEq for ActionMethod
Source§fn eq(&self, other: &ActionMethod) -> bool
fn eq(&self, other: &ActionMethod) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActionMethod
Auto Trait Implementations§
impl Freeze for ActionMethod
impl RefUnwindSafe for ActionMethod
impl Send for ActionMethod
impl Sync for ActionMethod
impl Unpin for ActionMethod
impl UnsafeUnpin for ActionMethod
impl UnwindSafe for ActionMethod
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