Enum cansat_gps::Error
source · pub enum Error<SerialError> {
Serial(SerialError),
Overflow(u8),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<SerialError> RefUnwindSafe for Error<SerialError>where SerialError: RefUnwindSafe,
impl<SerialError> Send for Error<SerialError>where SerialError: Send,
impl<SerialError> Sync for Error<SerialError>where SerialError: Sync,
impl<SerialError> Unpin for Error<SerialError>where SerialError: Unpin,
impl<SerialError> UnwindSafe for Error<SerialError>where SerialError: 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