pub struct Vendor(pub Cow<'static, str>);
Expand description
The “vendor” field, which in practice is little more than an arbitrary modifier.
Tuple Fields§
§0: Cow<'static, str>
Implementations§
source§impl Vendor
impl Vendor
pub const apple: Vendor = _
pub const espressif: Vendor = _
pub const fortanix: Vendor = _
pub const ibm: Vendor = _
pub const kmc: Vendor = _
pub const nintendo: Vendor = _
pub const nvidia: Vendor = _
pub const pc: Vendor = _
pub const risc0: Vendor = _
pub const sony: Vendor = _
pub const sun: Vendor = _
pub const unikraft: Vendor = _
pub const unknown: Vendor = _
pub const uwp: Vendor = _
pub const win7: Vendor = _
pub const wrs: Vendor = _
Trait Implementations§
source§impl Ord for Vendor
impl Ord for Vendor
source§impl PartialEq for Vendor
impl PartialEq for Vendor
source§impl PartialOrd for Vendor
impl PartialOrd for Vendor
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for Vendor
impl StructuralPartialEq for Vendor
Auto Trait Implementations§
impl Freeze for Vendor
impl RefUnwindSafe for Vendor
impl Send for Vendor
impl Sync for Vendor
impl Unpin for Vendor
impl UnwindSafe for Vendor
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