Enum libcnb_data::layer::LayerNameError
source · [−]pub enum LayerNameError {
InvalidValue(String),
}Variants
InvalidValue(String)
Trait Implementations
sourceimpl Debug for LayerNameError
impl Debug for LayerNameError
sourceimpl Display for LayerNameError
impl Display for LayerNameError
sourceimpl Error for LayerNameError
impl Error for LayerNameError
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
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl PartialEq<LayerNameError> for LayerNameError
impl PartialEq<LayerNameError> for LayerNameError
sourcefn eq(&self, other: &LayerNameError) -> bool
fn eq(&self, other: &LayerNameError) -> bool
impl Eq for LayerNameError
impl StructuralEq for LayerNameError
impl StructuralPartialEq for LayerNameError
Auto Trait Implementations
impl RefUnwindSafe for LayerNameError
impl Send for LayerNameError
impl Sync for LayerNameError
impl Unpin for LayerNameError
impl UnwindSafe for LayerNameError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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