Enum person_sensor::PersonIDError
source · pub enum PersonIDError {
InvalidId,
}Variants§
InvalidId
IDs can only range from 0 to 7.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PersonIDError
impl RefUnwindSafe for PersonIDError
impl Send for PersonIDError
impl Sync for PersonIDError
impl Unpin for PersonIDError
impl UnwindSafe for PersonIDError
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