pub struct ActionOuts(/* private fields */);
Implementations§
Source§impl ActionOuts
impl ActionOuts
Trait Implementations§
Source§impl Clone for ActionOuts
impl Clone for ActionOuts
Source§fn clone(&self) -> ActionOuts
fn clone(&self) -> ActionOuts
Returns a copy 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 moreSource§impl Debug for ActionOuts
impl Debug for ActionOuts
Source§impl Default for ActionOuts
impl Default for ActionOuts
Source§fn default() -> ActionOuts
fn default() -> ActionOuts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ActionOuts
impl<'de> Deserialize<'de> for ActionOuts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl IntoIterator for ActionOuts
impl IntoIterator for ActionOuts
Auto Trait Implementations§
impl Freeze for ActionOuts
impl RefUnwindSafe for ActionOuts
impl Send for ActionOuts
impl Sync for ActionOuts
impl Unpin for ActionOuts
impl UnwindSafe for ActionOuts
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