Enum scratchstack_aspen::ActionList
source · [−]Variants
Single(Action)
List(Vec<Action>)
Implementations
Trait Implementations
sourceimpl Clone for ActionList
impl Clone for ActionList
sourcefn clone(&self) -> ActionList
fn clone(&self) -> ActionList
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ActionList
impl Debug for ActionList
sourceimpl<'de> Deserialize<'de> for ActionList
impl<'de> Deserialize<'de> for ActionList
sourcefn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Display for ActionList
impl Display for ActionList
sourceimpl From<Action> for ActionList
impl From<Action> for ActionList
sourceimpl Index<usize> for ActionList
impl Index<usize> for ActionList
sourceimpl PartialEq<ActionList> for ActionList
impl PartialEq<ActionList> for ActionList
sourceimpl Serialize for ActionList
impl Serialize for ActionList
impl Eq for ActionList
impl StructuralEq for ActionList
Auto Trait Implementations
impl RefUnwindSafe for ActionList
impl Send for ActionList
impl Sync for ActionList
impl Unpin for ActionList
impl UnwindSafe for ActionList
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more