Enum scratchstack_aspen::ActionList [−][src]
Variants
Single(Action)Implementations
Trait Implementations
impl<'de> Deserialize<'de> for ActionList[src]
impl<'de> Deserialize<'de> for ActionList[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl PartialEq<ActionList> for ActionList[src]
impl PartialEq<ActionList> for ActionList[src]fn eq(&self, other: &ActionList) -> bool[src]
fn ne(&self, other: &ActionList) -> bool[src]
impl Serialize for ActionList[src]
impl Serialize for ActionList[src]impl StructuralPartialEq for ActionList[src]
impl StructuralPartialEq for ActionList[src]Auto Trait Implementations
impl RefUnwindSafe for ActionList
impl RefUnwindSafe for ActionListimpl Send for ActionList
impl Send for ActionListimpl Sync for ActionList
impl Sync for ActionListimpl Unpin for ActionList
impl Unpin for ActionListimpl UnwindSafe for ActionList
impl UnwindSafe for ActionListBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]