Struct buildsrs_database::entity::TargetTriple
pub struct TargetTriple(/* private fields */);
Expand description
Target triple, such as x86_64-unknown-linux-gnu
.
Implementations§
Trait Implementations§
§impl Arbitrary for TargetTriple
impl Arbitrary for TargetTriple
§type Parameters = ()
type Parameters = ()
The type of parameters that
arbitrary_with
accepts for configuration
of the generated Strategy
. Parameters must implement Default
.§type Strategy = BoxedStrategy<TargetTriple>
type Strategy = BoxedStrategy<TargetTriple>
The type of
Strategy
used to generate values of type Self
.§fn arbitrary_with(
args: <TargetTriple as Arbitrary>::Parameters
) -> <TargetTriple as Arbitrary>::Strategy
fn arbitrary_with( args: <TargetTriple as Arbitrary>::Parameters ) -> <TargetTriple as Arbitrary>::Strategy
§impl Clone for TargetTriple
impl Clone for TargetTriple
§fn clone(&self) -> TargetTriple
fn clone(&self) -> TargetTriple
Returns a copy 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 more§impl Debug for TargetTriple
impl Debug for TargetTriple
§impl<'de> Deserialize<'de> for TargetTriple
impl<'de> Deserialize<'de> for TargetTriple
§fn deserialize<__D>(
__deserializer: __D
) -> Result<TargetTriple, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<TargetTriple, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Hash for TargetTriple
impl Hash for TargetTriple
§impl Ord for TargetTriple
impl Ord for TargetTriple
§impl PartialEq for TargetTriple
impl PartialEq for TargetTriple
§fn eq(&self, other: &TargetTriple) -> bool
fn eq(&self, other: &TargetTriple) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd for TargetTriple
impl PartialOrd for TargetTriple
§fn partial_cmp(&self, other: &TargetTriple) -> Option<Ordering>
fn partial_cmp(&self, other: &TargetTriple) -> Option<Ordering>
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 more§impl Serialize for TargetTriple
impl Serialize for TargetTriple
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Eq for TargetTriple
impl StructuralEq for TargetTriple
impl StructuralPartialEq for TargetTriple
Auto Trait Implementations§
impl RefUnwindSafe for TargetTriple
impl Send for TargetTriple
impl Sync for TargetTriple
impl Unpin for TargetTriple
impl UnwindSafe for TargetTriple
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
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.