Struct azure_devops_rust_api::git::models::GitPullRequestQueryInput
source · pub struct GitPullRequestQueryInput {
pub items: Vec<String>,
pub type_: Option<Type>,
}Expand description
Pull request query input parameters.
Fields§
§items: Vec<String>The list of commit IDs to search for.
type_: Option<Type>The type of query to perform.
Implementations§
Trait Implementations§
source§impl Clone for GitPullRequestQueryInput
impl Clone for GitPullRequestQueryInput
source§fn clone(&self) -> GitPullRequestQueryInput
fn clone(&self) -> GitPullRequestQueryInput
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 GitPullRequestQueryInput
impl Debug for GitPullRequestQueryInput
source§impl Default for GitPullRequestQueryInput
impl Default for GitPullRequestQueryInput
source§fn default() -> GitPullRequestQueryInput
fn default() -> GitPullRequestQueryInput
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GitPullRequestQueryInput
impl<'de> Deserialize<'de> for GitPullRequestQueryInput
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 GitPullRequestQueryInput
impl PartialEq for GitPullRequestQueryInput
source§fn eq(&self, other: &GitPullRequestQueryInput) -> bool
fn eq(&self, other: &GitPullRequestQueryInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GitPullRequestQueryInput
impl Serialize for GitPullRequestQueryInput
impl StructuralPartialEq for GitPullRequestQueryInput
Auto Trait Implementations§
impl Freeze for GitPullRequestQueryInput
impl RefUnwindSafe for GitPullRequestQueryInput
impl Send for GitPullRequestQueryInput
impl Sync for GitPullRequestQueryInput
impl Unpin for GitPullRequestQueryInput
impl UnwindSafe for GitPullRequestQueryInput
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