Struct buildsrs_database::entity::ArtifactId
pub struct ArtifactId {
pub task: Task,
}
Expand description
Artifact identifier.
Fields§
§task: Task
Task that produced this artifact
Implementations§
§impl ArtifactId
impl ArtifactId
Trait Implementations§
§impl Arbitrary for ArtifactId
impl Arbitrary for ArtifactId
§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<ArtifactId>
type Strategy = BoxedStrategy<ArtifactId>
The type of
Strategy
used to generate values of type Self
.§fn arbitrary_with(
args: <ArtifactId as Arbitrary>::Parameters
) -> <ArtifactId as Arbitrary>::Strategy
fn arbitrary_with( args: <ArtifactId as Arbitrary>::Parameters ) -> <ArtifactId as Arbitrary>::Strategy
§impl Clone for ArtifactId
impl Clone for ArtifactId
§fn clone(&self) -> ArtifactId
fn clone(&self) -> ArtifactId
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 ArtifactId
impl Debug for ArtifactId
§impl<'de> Deserialize<'de> for ArtifactId
impl<'de> Deserialize<'de> for ArtifactId
§fn deserialize<__D>(
__deserializer: __D
) -> Result<ArtifactId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D
) -> Result<ArtifactId, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl Hash for ArtifactId
impl Hash for ArtifactId
§impl Ord for ArtifactId
impl Ord for ArtifactId
§impl PartialEq for ArtifactId
impl PartialEq for ArtifactId
§fn eq(&self, other: &ArtifactId) -> bool
fn eq(&self, other: &ArtifactId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd for ArtifactId
impl PartialOrd for ArtifactId
§fn partial_cmp(&self, other: &ArtifactId) -> Option<Ordering>
fn partial_cmp(&self, other: &ArtifactId) -> 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 ArtifactId
impl Serialize for ArtifactId
§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 ArtifactId
impl StructuralEq for ArtifactId
impl StructuralPartialEq for ArtifactId
Auto Trait Implementations§
impl RefUnwindSafe for ArtifactId
impl Send for ArtifactId
impl Sync for ArtifactId
impl Unpin for ArtifactId
impl UnwindSafe for ArtifactId
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.