pub enum ProjectItemKind {
Scene,
Binaer,
Dimmer,
Jalousie,
None,
}
Variants§
Trait Implementations§
Source§impl Clone for ProjectItemKind
impl Clone for ProjectItemKind
Source§fn clone(&self) -> ProjectItemKind
fn clone(&self) -> ProjectItemKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ProjectItemKind
impl Debug for ProjectItemKind
Source§impl<'__enum_kinds1> From<&'__enum_kinds1 ProjectItem> for ProjectItemKind
impl<'__enum_kinds1> From<&'__enum_kinds1 ProjectItem> for ProjectItemKind
Source§fn from(_value: &'__enum_kinds1 ProjectItem) -> Self
fn from(_value: &'__enum_kinds1 ProjectItem) -> Self
Converts to this type from the input type.
Source§impl<'__enum_kinds1> From<ProjectItem> for ProjectItemKind
impl<'__enum_kinds1> From<ProjectItem> for ProjectItemKind
Source§fn from(value: ProjectItem) -> Self
fn from(value: ProjectItem) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ProjectItemKind
impl PartialEq for ProjectItemKind
impl Copy for ProjectItemKind
impl Eq for ProjectItemKind
impl StructuralPartialEq for ProjectItemKind
Auto Trait Implementations§
impl Freeze for ProjectItemKind
impl RefUnwindSafe for ProjectItemKind
impl Send for ProjectItemKind
impl Sync for ProjectItemKind
impl Unpin for ProjectItemKind
impl UnwindSafe for ProjectItemKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more