pub enum OciOs {
Linux,
Windows,
Darwin,
FreeBsd,
Wasm,
Unknown,
Custom(String),
}Expand description
OCI operating system labels.
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for OciOs
impl Ord for OciOs
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for OciOs
impl PartialOrd for OciOs
impl Eq for OciOs
impl StructuralPartialEq for OciOs
Auto Trait Implementations§
impl Freeze for OciOs
impl RefUnwindSafe for OciOs
impl Send for OciOs
impl Sync for OciOs
impl Unpin for OciOs
impl UnsafeUnpin for OciOs
impl UnwindSafe for OciOs
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