pub enum SourceError {
Empty,
}
Variants§
Empty
Trait Implementations§
Source§impl Debug for SourceError
impl Debug for SourceError
Source§impl<T> From<SourceError> for ActivateError<T>
impl<T> From<SourceError> for ActivateError<T>
Source§fn from(error: SourceError) -> Self
fn from(error: SourceError) -> Self
Converts to this type from the input type.
Source§impl Ord for SourceError
impl Ord for SourceError
Source§fn cmp(&self, other: &SourceError) -> Ordering
fn cmp(&self, other: &SourceError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SourceError
impl PartialEq for SourceError
Source§impl PartialOrd for SourceError
impl PartialOrd for SourceError
impl Eq for SourceError
impl StructuralPartialEq for SourceError
Auto Trait Implementations§
impl Freeze for SourceError
impl RefUnwindSafe for SourceError
impl Send for SourceError
impl Sync for SourceError
impl Unpin for SourceError
impl UnwindSafe for SourceError
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