#[repr(u8)]pub enum AcceptSynchronizationError {
ServerUnreachable,
Loop,
Distance,
Stratum,
}Variants§
Trait Implementations§
source§impl Debug for AcceptSynchronizationError
impl Debug for AcceptSynchronizationError
source§impl PartialEq<AcceptSynchronizationError> for AcceptSynchronizationError
impl PartialEq<AcceptSynchronizationError> for AcceptSynchronizationError
source§fn eq(&self, other: &AcceptSynchronizationError) -> bool
fn eq(&self, other: &AcceptSynchronizationError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for AcceptSynchronizationError
impl StructuralEq for AcceptSynchronizationError
impl StructuralPartialEq for AcceptSynchronizationError
Auto Trait Implementations§
impl RefUnwindSafe for AcceptSynchronizationError
impl Send for AcceptSynchronizationError
impl Sync for AcceptSynchronizationError
impl Unpin for AcceptSynchronizationError
impl UnwindSafe for AcceptSynchronizationError
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