pub enum LazyConfigError {
Once(SharedOnceError),
}Variants§
Once(SharedOnceError)
Trait Implementations§
Source§impl Clone for LazyConfigError
impl Clone for LazyConfigError
Source§fn clone(&self) -> LazyConfigError
fn clone(&self) -> LazyConfigError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for LazyConfigError
Source§impl Debug for LazyConfigError
impl Debug for LazyConfigError
impl Eq for LazyConfigError
Source§fn from(e: SharedOnceError) -> Self
fn from(e: SharedOnceError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for LazyConfigError
impl PartialEq for LazyConfigError
Source§fn eq(&self, other: &LazyConfigError) -> bool
fn eq(&self, other: &LazyConfigError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LazyConfigError
Auto Trait Implementations§
impl Freeze for LazyConfigError
impl RefUnwindSafe for LazyConfigError
impl Send for LazyConfigError
impl Sync for LazyConfigError
impl Unpin for LazyConfigError
impl UnsafeUnpin for LazyConfigError
impl UnwindSafe for LazyConfigError
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