pub enum TimestampConversionError {
Overflow,
Invalid,
Infinite,
}
Expand description
failure to convert DDS Timestamp to ROSTime
Variants§
Auto Trait Implementations§
impl Freeze for TimestampConversionError
impl RefUnwindSafe for TimestampConversionError
impl Send for TimestampConversionError
impl Sync for TimestampConversionError
impl Unpin for TimestampConversionError
impl UnwindSafe for TimestampConversionError
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