Enum enet_proto::ProjectItem [−][src]
pub enum ProjectItem {
Scene(ProjectScene),
Binaer(ProjectBinaer),
Dimmer(ProjectDimmer),
Jalousie(ProjectJalousie),
None(ProjectNone),
}Variants
Scene(ProjectScene)Tuple Fields of Scene
0: ProjectSceneBinaer(ProjectBinaer)Tuple Fields of Binaer
Dimmer(ProjectDimmer)Tuple Fields of Dimmer
Jalousie(ProjectJalousie)Tuple Fields of Jalousie
None(ProjectNone)Tuple Fields of None
0: ProjectNoneImplementations
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
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for ProjectItem
impl Send for ProjectItem
impl Sync for ProjectItem
impl Unpin for ProjectItem
impl UnwindSafe for ProjectItem
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more