Enum rill_protocol::flow::meta::path::PathEvent [−][src]
pub enum PathEvent { AddPath { path: Path, description: Description, }, RemovePath { path: Path, }, }
Variants
Fields of AddPath
path: Path
description: Description
Fields of RemovePath
path: Path
Trait Implementations
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
Auto Trait Implementations
impl RefUnwindSafe for PathEvent
impl UnwindSafe for PathEvent
Blanket Implementations
Mutably borrows from an owned value. Read more