pub enum SubnetDirectoryOpsError {
NotFound(CanisterType),
}Expand description
SubnetDirectoryOpsError
Variants§
NotFound(CanisterType)
Trait Implementations§
Source§impl Debug for SubnetDirectoryOpsError
impl Debug for SubnetDirectoryOpsError
Source§impl Display for SubnetDirectoryOpsError
impl Display for SubnetDirectoryOpsError
Source§impl Error for SubnetDirectoryOpsError
impl Error for SubnetDirectoryOpsError
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 From<SubnetDirectoryOpsError> for Error
impl From<SubnetDirectoryOpsError> for Error
Source§fn from(err: SubnetDirectoryOpsError) -> Self
fn from(err: SubnetDirectoryOpsError) -> Self
Converts to this type from the input type.
Source§impl From<SubnetDirectoryOpsError> for MemoryOpsError
impl From<SubnetDirectoryOpsError> for MemoryOpsError
Source§fn from(source: SubnetDirectoryOpsError) -> Self
fn from(source: SubnetDirectoryOpsError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for SubnetDirectoryOpsError
impl RefUnwindSafe for SubnetDirectoryOpsError
impl Send for SubnetDirectoryOpsError
impl Sync for SubnetDirectoryOpsError
impl Unpin for SubnetDirectoryOpsError
impl UnwindSafe for SubnetDirectoryOpsError
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