pub struct VmConfigError { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for VmConfigError
impl Clone for VmConfigError
Source§fn clone(&self) -> VmConfigError
fn clone(&self) -> VmConfigError
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 moreSource§impl Debug for VmConfigError
impl Debug for VmConfigError
Source§impl Display for VmConfigError
impl Display for VmConfigError
impl Eq for VmConfigError
Source§impl Error for VmConfigError
impl Error for VmConfigError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for VmConfigError
impl PartialEq for VmConfigError
Source§fn eq(&self, other: &VmConfigError) -> bool
fn eq(&self, other: &VmConfigError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for VmConfigError
Auto Trait Implementations§
impl Freeze for VmConfigError
impl RefUnwindSafe for VmConfigError
impl Send for VmConfigError
impl Sync for VmConfigError
impl Unpin for VmConfigError
impl UnsafeUnpin for VmConfigError
impl UnwindSafe for VmConfigError
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