Enum libcnb_data::buildpack::StackIdError
source · [−]pub enum StackIdError {
InvalidValue(String),
}Variants
InvalidValue(String)
Trait Implementations
sourceimpl Debug for StackIdError
impl Debug for StackIdError
sourceimpl Display for StackIdError
impl Display for StackIdError
sourceimpl Error for StackIdError
impl Error for StackIdError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
🔬 This is a nightly-only experimental API. (
backtrace)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl From<StackIdError> for StackError
impl From<StackIdError> for StackError
sourcefn from(source: StackIdError) -> Self
fn from(source: StackIdError) -> Self
Converts to this type from the input type.
sourceimpl PartialEq<StackIdError> for StackIdError
impl PartialEq<StackIdError> for StackIdError
sourcefn eq(&self, other: &StackIdError) -> bool
fn eq(&self, other: &StackIdError) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &StackIdError) -> bool
fn ne(&self, other: &StackIdError) -> bool
This method tests for !=.
impl Eq for StackIdError
impl StructuralEq for StackIdError
impl StructuralPartialEq for StackIdError
Auto Trait Implementations
impl RefUnwindSafe for StackIdError
impl Send for StackIdError
impl Sync for StackIdError
impl Unpin for StackIdError
impl UnwindSafe for StackIdError
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