pub enum Sys {
LINUX,
NONE,
}
Variants§
Trait Implementations§
Source§impl Ord for Sys
impl Ord for Sys
Source§impl PartialOrd for Sys
impl PartialOrd for Sys
impl Eq for Sys
impl StructuralPartialEq for Sys
Auto Trait Implementations§
impl Freeze for Sys
impl RefUnwindSafe for Sys
impl Send for Sys
impl Sync for Sys
impl Unpin for Sys
impl UnwindSafe for Sys
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