pub enum Max31855Error<SPI> {
Read(SPI),
}
Variants§
Read(SPI)
Trait Implementations§
Source§impl<SPI: Clone> Clone for Max31855Error<SPI>
impl<SPI: Clone> Clone for Max31855Error<SPI>
Source§fn clone(&self) -> Max31855Error<SPI>
fn clone(&self) -> Max31855Error<SPI>
Returns a copy 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<SPI: Debug> Debug for Max31855Error<SPI>
impl<SPI: Debug> Debug for Max31855Error<SPI>
impl<SPI: Copy> Copy for Max31855Error<SPI>
Auto Trait Implementations§
impl<SPI> Freeze for Max31855Error<SPI>where
SPI: Freeze,
impl<SPI> RefUnwindSafe for Max31855Error<SPI>where
SPI: RefUnwindSafe,
impl<SPI> Send for Max31855Error<SPI>where
SPI: Send,
impl<SPI> Sync for Max31855Error<SPI>where
SPI: Sync,
impl<SPI> Unpin for Max31855Error<SPI>where
SPI: Unpin,
impl<SPI> UnwindSafe for Max31855Error<SPI>where
SPI: UnwindSafe,
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