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