Enum aws_types::build_metadata::OsFamily
source · pub enum OsFamily {
Windows,
Linux,
Macos,
Android,
Ios,
Other,
}
Expand description
Operating system family that the SDK can be compiled for
Variants§
Windows
Microsoft Windows
Linux
Linux
Macos
Apple MacOS
Android
Google Android
Ios
Apple iOS
Other
A different family of operating system
Implementations§
Trait Implementations§
source§impl PartialEq<OsFamily> for OsFamily
impl PartialEq<OsFamily> for OsFamily
impl Eq for OsFamily
impl StructuralEq for OsFamily
impl StructuralPartialEq for OsFamily
Auto Trait Implementations§
impl RefUnwindSafe for OsFamily
impl Send for OsFamily
impl Sync for OsFamily
impl Unpin for OsFamily
impl UnwindSafe for OsFamily
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.