Enum rill_protocol::flow::meta::path::PathEvent [−][src]
pub enum PathEvent {
AddPath {
path: Path,
description: Description,
},
RemovePath {
path: Path,
},
}Variants
Show fields
Fields of AddPath
path: Pathdescription: DescriptionShow fields
Fields of RemovePath
path: PathTrait 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 PathEventimpl UnwindSafe for PathEventBlanket Implementations
Mutably borrows from an owned value. Read more
impl<T> DataFraction for T where
T: DeserializeOwned + Serialize + Clone + Debug + Sync + Send + 'static,