pub enum ImplementedCommandClass {
Get = 1,
Set = 2,
GetSet = 3,
}
Variants§
Trait Implementations§
Source§impl Clone for ImplementedCommandClass
impl Clone for ImplementedCommandClass
Source§fn clone(&self) -> ImplementedCommandClass
fn clone(&self) -> ImplementedCommandClass
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 ImplementedCommandClass
impl Debug for ImplementedCommandClass
Source§impl PartialEq for ImplementedCommandClass
impl PartialEq for ImplementedCommandClass
Source§impl TryFrom<u8> for ImplementedCommandClass
impl TryFrom<u8> for ImplementedCommandClass
impl Copy for ImplementedCommandClass
impl StructuralPartialEq for ImplementedCommandClass
Auto Trait Implementations§
impl Freeze for ImplementedCommandClass
impl RefUnwindSafe for ImplementedCommandClass
impl Send for ImplementedCommandClass
impl Sync for ImplementedCommandClass
impl Unpin for ImplementedCommandClass
impl UnwindSafe for ImplementedCommandClass
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