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