Enum desync::TrySyncError
source · [−]pub enum TrySyncError {
Busy,
}Expand description
Possible error conditions from a try_sync() call on the scheduler
Variants
Busy
The queue is busy, so the function has not been executed
Trait Implementations
sourceimpl Clone for TrySyncError
impl Clone for TrySyncError
sourcefn clone(&self) -> TrySyncError
fn clone(&self) -> TrySyncError
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for TrySyncError
impl Debug for TrySyncError
sourceimpl Into<ErrorKind> for TrySyncError
impl Into<ErrorKind> for TrySyncError
sourceimpl PartialEq<TrySyncError> for TrySyncError
impl PartialEq<TrySyncError> for TrySyncError
impl StructuralPartialEq for TrySyncError
Auto Trait Implementations
impl RefUnwindSafe for TrySyncError
impl Send for TrySyncError
impl Sync for TrySyncError
impl Unpin for TrySyncError
impl UnwindSafe for TrySyncError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more