pub enum LayersError {
Overflow,
}
Expand description
Errors when constructing Layers.
Variants§
Overflow
Trying to construct more layers than the Layers can store.
Trait Implementations§
Source§impl Clone for LayersError
impl Clone for LayersError
Source§fn clone(&self) -> LayersError
fn clone(&self) -> LayersError
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 LayersError
impl Debug for LayersError
Source§impl Display for LayersError
impl Display for LayersError
Source§impl PartialEq for LayersError
impl PartialEq for LayersError
impl Copy for LayersError
impl StructuralPartialEq for LayersError
Auto Trait Implementations§
impl Freeze for LayersError
impl RefUnwindSafe for LayersError
impl Send for LayersError
impl Sync for LayersError
impl Unpin for LayersError
impl UnwindSafe for LayersError
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