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