pub enum OSType {
Any,
Workstation,
Server,
}
Variants§
Trait Implementations§
source§impl PartialEq for OSType
impl PartialEq for OSType
impl Copy for OSType
impl Eq for OSType
impl StructuralEq for OSType
impl StructuralPartialEq for OSType
Auto Trait Implementations§
impl RefUnwindSafe for OSType
impl Send for OSType
impl Sync for OSType
impl Unpin for OSType
impl UnwindSafe for OSType
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