pub struct TestExtensionFieldDetails {
pub id: Option<i32>,
pub is_result_scoped: Option<bool>,
pub is_run_scoped: Option<bool>,
pub is_system_field: Option<bool>,
pub name: Option<String>,
pub type_: Option<Type>,
}Fields§
§id: Option<i32>§is_result_scoped: Option<bool>§is_run_scoped: Option<bool>§is_system_field: Option<bool>§name: Option<String>§type_: Option<Type>Implementations§
Trait Implementations§
Source§impl Clone for TestExtensionFieldDetails
impl Clone for TestExtensionFieldDetails
Source§fn clone(&self) -> TestExtensionFieldDetails
fn clone(&self) -> TestExtensionFieldDetails
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 TestExtensionFieldDetails
impl Debug for TestExtensionFieldDetails
Source§impl Default for TestExtensionFieldDetails
impl Default for TestExtensionFieldDetails
Source§fn default() -> TestExtensionFieldDetails
fn default() -> TestExtensionFieldDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestExtensionFieldDetails
impl<'de> Deserialize<'de> for TestExtensionFieldDetails
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
impl StructuralPartialEq for TestExtensionFieldDetails
Auto Trait Implementations§
impl Freeze for TestExtensionFieldDetails
impl RefUnwindSafe for TestExtensionFieldDetails
impl Send for TestExtensionFieldDetails
impl Sync for TestExtensionFieldDetails
impl Unpin for TestExtensionFieldDetails
impl UnwindSafe for TestExtensionFieldDetails
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