pub struct ArtifactVersionQueryResult {
pub artifact_versions: Vec<ArtifactVersion>,
}
Expand description
Fields§
§artifact_versions: Vec<ArtifactVersion>
Gets or sets the list for artifact versions of artifact version query result.
Implementations§
Trait Implementations§
source§impl Clone for ArtifactVersionQueryResult
impl Clone for ArtifactVersionQueryResult
source§fn clone(&self) -> ArtifactVersionQueryResult
fn clone(&self) -> ArtifactVersionQueryResult
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 moresource§impl Debug for ArtifactVersionQueryResult
impl Debug for ArtifactVersionQueryResult
source§impl Default for ArtifactVersionQueryResult
impl Default for ArtifactVersionQueryResult
source§fn default() -> ArtifactVersionQueryResult
fn default() -> ArtifactVersionQueryResult
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ArtifactVersionQueryResult
impl<'de> Deserialize<'de> for ArtifactVersionQueryResult
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for ArtifactVersionQueryResult
impl PartialEq for ArtifactVersionQueryResult
source§fn eq(&self, other: &ArtifactVersionQueryResult) -> bool
fn eq(&self, other: &ArtifactVersionQueryResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ArtifactVersionQueryResult
Auto Trait Implementations§
impl Freeze for ArtifactVersionQueryResult
impl RefUnwindSafe for ArtifactVersionQueryResult
impl Send for ArtifactVersionQueryResult
impl Sync for ArtifactVersionQueryResult
impl Unpin for ArtifactVersionQueryResult
impl UnwindSafe for ArtifactVersionQueryResult
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