pub struct ActionEffects {
pub writes: Vec<ActionWriteSpec>,
pub intents: Vec<IntentSpec>,
}Fields§
§writes: Vec<ActionWriteSpec>§intents: Vec<IntentSpec>Trait Implementations§
Source§impl Clone for ActionEffects
impl Clone for ActionEffects
Source§fn clone(&self) -> ActionEffects
fn clone(&self) -> ActionEffects
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 ActionEffects
impl Debug for ActionEffects
Source§impl Default for ActionEffects
impl Default for ActionEffects
Source§fn default() -> ActionEffects
fn default() -> ActionEffects
Returns the “default value” for a type. Read more
Source§impl PartialEq for ActionEffects
impl PartialEq for ActionEffects
Source§fn eq(&self, other: &ActionEffects) -> bool
fn eq(&self, other: &ActionEffects) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActionEffects
Auto Trait Implementations§
impl Freeze for ActionEffects
impl RefUnwindSafe for ActionEffects
impl Send for ActionEffects
impl Sync for ActionEffects
impl Unpin for ActionEffects
impl UnsafeUnpin for ActionEffects
impl UnwindSafe for ActionEffects
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