pub enum PinModeError {
IncorrectMode,
}
Variants§
IncorrectMode
Trait Implementations§
Source§impl Debug for PinModeError
impl Debug for PinModeError
Source§impl PartialEq for PinModeError
impl PartialEq for PinModeError
impl Eq for PinModeError
impl StructuralPartialEq for PinModeError
Auto Trait Implementations§
impl Freeze for PinModeError
impl RefUnwindSafe for PinModeError
impl Send for PinModeError
impl Sync for PinModeError
impl Unpin for PinModeError
impl UnwindSafe for PinModeError
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