pub enum PlatformVendor {
Microsoft,
Apple,
Google,
Unknown,
}Expand description
TODO: write this documentation
Variants§
Implementations§
Source§impl PlatformVendor
impl PlatformVendor
Sourcepub fn get_current() -> PlatformVendor
pub fn get_current() -> PlatformVendor
TODO: write this documentation
Trait Implementations§
Source§impl Clone for PlatformVendor
impl Clone for PlatformVendor
Source§fn clone(&self) -> PlatformVendor
fn clone(&self) -> PlatformVendor
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PlatformVendor
impl Debug for PlatformVendor
Source§impl Default for PlatformVendor
impl Default for PlatformVendor
Source§impl Display for PlatformVendor
impl Display for PlatformVendor
Source§impl Hash for PlatformVendor
impl Hash for PlatformVendor
Source§impl Ord for PlatformVendor
impl Ord for PlatformVendor
Source§fn cmp(&self, other: &PlatformVendor) -> Ordering
fn cmp(&self, other: &PlatformVendor) -> Ordering
1.21.0 · 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 PartialEq for PlatformVendor
impl PartialEq for PlatformVendor
Source§impl PartialOrd for PlatformVendor
impl PartialOrd for PlatformVendor
impl Copy for PlatformVendor
impl Eq for PlatformVendor
impl StructuralPartialEq for PlatformVendor
Auto Trait Implementations§
impl Freeze for PlatformVendor
impl RefUnwindSafe for PlatformVendor
impl Send for PlatformVendor
impl Sync for PlatformVendor
impl Unpin for PlatformVendor
impl UnwindSafe for PlatformVendor
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