pub enum BadSw {
OsDifference,
OutrightMismatch,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BadSw
impl RefUnwindSafe for BadSw
impl Send for BadSw
impl Sync for BadSw
impl Unpin for BadSw
impl UnsafeUnpin for BadSw
impl UnwindSafe for BadSw
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