pub enum SensorPlacing {
Indoor,
Outdoor,
}Variants§
Trait Implementations§
Source§impl Clone for SensorPlacing
impl Clone for SensorPlacing
Source§fn clone(&self) -> SensorPlacing
fn clone(&self) -> SensorPlacing
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 SensorPlacing
impl Debug for SensorPlacing
Source§impl Into<u8> for SensorPlacing
impl Into<u8> for SensorPlacing
Source§impl PartialEq for SensorPlacing
impl PartialEq for SensorPlacing
impl Copy for SensorPlacing
impl Eq for SensorPlacing
impl StructuralPartialEq for SensorPlacing
Auto Trait Implementations§
impl Freeze for SensorPlacing
impl RefUnwindSafe for SensorPlacing
impl Send for SensorPlacing
impl Sync for SensorPlacing
impl Unpin for SensorPlacing
impl UnwindSafe for SensorPlacing
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