pub enum ResetError {
NamespaceReuse,
State(DeviceStateConfigError),
}Variants§
NamespaceReuse
State(DeviceStateConfigError)
Trait Implementations§
Source§impl Clone for ResetError
impl Clone for ResetError
Source§fn clone(&self) -> ResetError
fn clone(&self) -> ResetError
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 ResetError
Source§impl Debug for ResetError
impl Debug for ResetError
impl Eq for ResetError
Source§impl PartialEq for ResetError
impl PartialEq for ResetError
impl StructuralPartialEq for ResetError
Auto Trait Implementations§
impl Freeze for ResetError
impl RefUnwindSafe for ResetError
impl Send for ResetError
impl Sync for ResetError
impl Unpin for ResetError
impl UnsafeUnpin for ResetError
impl UnwindSafe for ResetError
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