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