Struct azure_devops_rust_api::test::models::QueryByPointRequest
source · pub struct QueryByPointRequest {
pub project_name: Option<String>,
pub test_plan_id: Option<i32>,
pub test_point_id: Option<i32>,
}
Expand description
Fields§
§project_name: Option<String>
§test_plan_id: Option<i32>
§test_point_id: Option<i32>
Implementations§
Trait Implementations§
source§impl Clone for QueryByPointRequest
impl Clone for QueryByPointRequest
source§fn clone(&self) -> QueryByPointRequest
fn clone(&self) -> QueryByPointRequest
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 QueryByPointRequest
impl Debug for QueryByPointRequest
source§impl Default for QueryByPointRequest
impl Default for QueryByPointRequest
source§fn default() -> QueryByPointRequest
fn default() -> QueryByPointRequest
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for QueryByPointRequest
impl<'de> Deserialize<'de> for QueryByPointRequest
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 QueryByPointRequest
impl PartialEq for QueryByPointRequest
source§fn eq(&self, other: &QueryByPointRequest) -> bool
fn eq(&self, other: &QueryByPointRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for QueryByPointRequest
impl Serialize for QueryByPointRequest
impl StructuralPartialEq for QueryByPointRequest
Auto Trait Implementations§
impl Freeze for QueryByPointRequest
impl RefUnwindSafe for QueryByPointRequest
impl Send for QueryByPointRequest
impl Sync for QueryByPointRequest
impl Unpin for QueryByPointRequest
impl UnwindSafe for QueryByPointRequest
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