Struct azure_devops_rust_api::wit::models::ArtifactUriQuery
source · pub struct ArtifactUriQuery {
pub artifact_uris: Vec<String>,
}
Expand description
Contains criteria for querying work items based on artifact URI.
Fields§
§artifact_uris: Vec<String>
List of artifact URIs to use for querying work items.
Implementations§
Trait Implementations§
source§impl Clone for ArtifactUriQuery
impl Clone for ArtifactUriQuery
source§fn clone(&self) -> ArtifactUriQuery
fn clone(&self) -> ArtifactUriQuery
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 ArtifactUriQuery
impl Debug for ArtifactUriQuery
source§impl Default for ArtifactUriQuery
impl Default for ArtifactUriQuery
source§fn default() -> ArtifactUriQuery
fn default() -> ArtifactUriQuery
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ArtifactUriQuery
impl<'de> Deserialize<'de> for ArtifactUriQuery
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 ArtifactUriQuery
impl PartialEq for ArtifactUriQuery
source§fn eq(&self, other: &ArtifactUriQuery) -> bool
fn eq(&self, other: &ArtifactUriQuery) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ArtifactUriQuery
impl Serialize for ArtifactUriQuery
impl StructuralPartialEq for ArtifactUriQuery
Auto Trait Implementations§
impl RefUnwindSafe for ArtifactUriQuery
impl Send for ArtifactUriQuery
impl Sync for ArtifactUriQuery
impl Unpin for ArtifactUriQuery
impl UnwindSafe for ArtifactUriQuery
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