Struct azure_devops_rust_api::test::models::TestPointsUpdatedEvent
source · pub struct TestPointsUpdatedEvent {
pub test_points_event: TestPointsEvent,
}Expand description
Fields§
§test_points_event: TestPointsEventImplementations§
Trait Implementations§
source§impl Clone for TestPointsUpdatedEvent
impl Clone for TestPointsUpdatedEvent
source§fn clone(&self) -> TestPointsUpdatedEvent
fn clone(&self) -> TestPointsUpdatedEvent
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 TestPointsUpdatedEvent
impl Debug for TestPointsUpdatedEvent
source§impl Default for TestPointsUpdatedEvent
impl Default for TestPointsUpdatedEvent
source§fn default() -> TestPointsUpdatedEvent
fn default() -> TestPointsUpdatedEvent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for TestPointsUpdatedEvent
impl<'de> Deserialize<'de> for TestPointsUpdatedEvent
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<TestPointsUpdatedEvent> for TestPointsUpdatedEvent
impl PartialEq<TestPointsUpdatedEvent> for TestPointsUpdatedEvent
source§fn eq(&self, other: &TestPointsUpdatedEvent) -> bool
fn eq(&self, other: &TestPointsUpdatedEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.