Enum wildland_cargo_lib::api::container::AddStorageError
source · #[repr(C)]pub enum AddStorageError {
CatlibErr(CatlibError),
StorageTemplateError(StorageTemplateError),
}
Variants§
CatlibErr(CatlibError)
StorageTemplateError(StorageTemplateError)
Trait Implementations§
source§impl Clone for AddStorageError
impl Clone for AddStorageError
source§fn clone(&self) -> AddStorageError
fn clone(&self) -> AddStorageError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AddStorageError
impl Debug for AddStorageError
source§impl Display for AddStorageError
impl Display for AddStorageError
source§impl Error for AddStorageError
impl Error for AddStorageError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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 ExceptionTrait for AddStorageError
impl ExceptionTrait for AddStorageError
source§impl From<CatlibError> for AddStorageError
impl From<CatlibError> for AddStorageError
source§fn from(source: CatlibError) -> Self
fn from(source: CatlibError) -> Self
Converts to this type from the input type.
source§impl From<StorageTemplateError> for AddStorageError
impl From<StorageTemplateError> for AddStorageError
source§fn from(source: StorageTemplateError) -> Self
fn from(source: StorageTemplateError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for AddStorageError
impl Send for AddStorageError
impl Sync for AddStorageError
impl Unpin for AddStorageError
impl UnwindSafe for AddStorageError
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