pub enum IgnoreInitErr {
PrevLock,
AllowLock,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for IgnoreInitErr
impl Clone for IgnoreInitErr
Source§fn clone(&self) -> IgnoreInitErr
fn clone(&self) -> IgnoreInitErr
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 moreSource§impl Debug for IgnoreInitErr
impl Debug for IgnoreInitErr
Source§impl PartialEq for IgnoreInitErr
impl PartialEq for IgnoreInitErr
Source§impl PartialOrd for IgnoreInitErr
impl PartialOrd for IgnoreInitErr
impl StructuralPartialEq for IgnoreInitErr
Auto Trait Implementations§
impl Freeze for IgnoreInitErr
impl RefUnwindSafe for IgnoreInitErr
impl Send for IgnoreInitErr
impl Sync for IgnoreInitErr
impl Unpin for IgnoreInitErr
impl UnwindSafe for IgnoreInitErr
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