Enum target_lexicon::Vendor [−][src]
pub enum Vendor {
Unknown,
Apple,
Experimental,
Pc,
Rumprun,
Sun,
}The "vendor" field, which in practice is little more than an arbitrary modifier.
Variants
UnknownAppleExperimentalPcRumprunSun
Methods
impl Vendor[src]
impl VendorTrait Implementations
impl Copy for Vendor[src]
impl Copy for Vendorimpl Clone for Vendor[src]
impl Clone for Vendorfn clone(&self) -> Vendor[src]
fn clone(&self) -> VendorReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Vendor[src]
impl Debug for Vendorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Vendor[src]
impl PartialEq for Vendorfn eq(&self, other: &Vendor) -> bool[src]
fn eq(&self, other: &Vendor) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for Vendor[src]
impl Eq for Vendorimpl Hash for Vendor[src]
impl Hash for Vendorfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl Display for Vendor[src]
impl Display for Vendorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl FromStr for Vendor[src]
impl FromStr for Vendortype Err = ()
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Self, ()>[src]
fn from_str(s: &str) -> Result<Self, ()>Parses a string s to return a value of this type. Read more
impl Default for Vendor[src]
impl Default for Vendor