pub enum ConstructErrors {
Discovery(DiscoveryError),
Dependencies(DependenciesError),
}Variants§
Discovery(DiscoveryError)
Dependencies(DependenciesError)
Trait Implementations§
Source§impl Clone for ConstructErrors
impl Clone for ConstructErrors
Source§fn clone(&self) -> ConstructErrors
fn clone(&self) -> ConstructErrors
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for ConstructErrors
impl RefUnwindSafe for ConstructErrors
impl Send for ConstructErrors
impl Sync for ConstructErrors
impl Unpin for ConstructErrors
impl UnsafeUnpin for ConstructErrors
impl UnwindSafe for ConstructErrors
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