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