pub enum ClusterChainError {
InvalidFirstCluster,
InvalidDataLength,
}Variants§
Trait Implementations§
Source§impl Debug for ClusterChainError
impl Debug for ClusterChainError
Source§impl Display for ClusterChainError
impl Display for ClusterChainError
Source§impl Error for ClusterChainError
impl Error for ClusterChainError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl<O: ReadOffset> From<ClusterChainError> for DirectoryError<O>
impl<O: ReadOffset> From<ClusterChainError> for DirectoryError<O>
Source§fn from(source: ClusterChainError) -> Self
fn from(source: ClusterChainError) -> Self
Converts to this type from the input type.
Source§impl<O: ReadOffset> From<ClusterChainError> for RootError<O>
impl<O: ReadOffset> From<ClusterChainError> for RootError<O>
Source§fn from(source: ClusterChainError) -> Self
fn from(source: ClusterChainError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ClusterChainError
impl RefUnwindSafe for ClusterChainError
impl Send for ClusterChainError
impl Sync for ClusterChainError
impl Unpin for ClusterChainError
impl UnwindSafe for ClusterChainError
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