pub enum DistributedClockError {
NoReference,
}Expand description
CoE mailbox error.
Variants§
NoReference
No DC System Time reference SubDevice was found.
Trait Implementations§
Source§impl Clone for DistributedClockError
impl Clone for DistributedClockError
Source§fn clone(&self) -> DistributedClockError
fn clone(&self) -> DistributedClockError
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 Debug for DistributedClockError
impl Debug for DistributedClockError
Source§impl Display for DistributedClockError
impl Display for DistributedClockError
Source§impl From<DistributedClockError> for Error
impl From<DistributedClockError> for Error
Source§fn from(e: DistributedClockError) -> Self
fn from(e: DistributedClockError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DistributedClockError
impl PartialEq for DistributedClockError
impl Copy for DistributedClockError
impl Eq for DistributedClockError
impl StructuralPartialEq for DistributedClockError
Auto Trait Implementations§
impl Freeze for DistributedClockError
impl RefUnwindSafe for DistributedClockError
impl Send for DistributedClockError
impl Sync for DistributedClockError
impl Unpin for DistributedClockError
impl UnwindSafe for DistributedClockError
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