pub struct ArtifactSourceIdsQueryResult {
    pub artifact_source_ids: Vec<ArtifactSourceId>,
}Expand description
Fields§
§artifact_source_ids: Vec<ArtifactSourceId>Gets or sets the list of artifactsourceIds.
Implementations§
Trait Implementations§
source§impl Clone for ArtifactSourceIdsQueryResult
 
impl Clone for ArtifactSourceIdsQueryResult
source§fn clone(&self) -> ArtifactSourceIdsQueryResult
 
fn clone(&self) -> ArtifactSourceIdsQueryResult
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 ArtifactSourceIdsQueryResult
 
impl Debug for ArtifactSourceIdsQueryResult
source§impl Default for ArtifactSourceIdsQueryResult
 
impl Default for ArtifactSourceIdsQueryResult
source§fn default() -> ArtifactSourceIdsQueryResult
 
fn default() -> ArtifactSourceIdsQueryResult
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ArtifactSourceIdsQueryResult
 
impl<'de> Deserialize<'de> for ArtifactSourceIdsQueryResult
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 ArtifactSourceIdsQueryResult
 
impl PartialEq for ArtifactSourceIdsQueryResult
source§fn eq(&self, other: &ArtifactSourceIdsQueryResult) -> bool
 
fn eq(&self, other: &ArtifactSourceIdsQueryResult) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ArtifactSourceIdsQueryResult
Auto Trait Implementations§
impl RefUnwindSafe for ArtifactSourceIdsQueryResult
impl Send for ArtifactSourceIdsQueryResult
impl Sync for ArtifactSourceIdsQueryResult
impl Unpin for ArtifactSourceIdsQueryResult
impl UnwindSafe for ArtifactSourceIdsQueryResult
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