pub enum Esp32BrickFunction {
GetIdentity,
}
Variants§
GetIdentity
Trait Implementations§
Source§impl From<Esp32BrickFunction> for u8
impl From<Esp32BrickFunction> for u8
Source§fn from(fun: Esp32BrickFunction) -> Self
fn from(fun: Esp32BrickFunction) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for Esp32BrickFunction
impl RefUnwindSafe for Esp32BrickFunction
impl Send for Esp32BrickFunction
impl Sync for Esp32BrickFunction
impl Unpin for Esp32BrickFunction
impl UnwindSafe for Esp32BrickFunction
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