pub struct DataLogTagCollection {
pub use: Option<String>,
pub custom_properties: Option<CustomPropertiesCollection>,
pub data_log_tag: Vec<DataLogTag>,
}Expand description
DataLogTagCollectionType element
Fields§
§use: Option<String>Use attribute
custom_properties: Option<CustomPropertiesCollection>CustomProperties element
data_log_tag: Vec<DataLogTag>DataLogTag element
Trait Implementations§
Source§impl Clone for DataLogTagCollection
impl Clone for DataLogTagCollection
Source§fn clone(&self) -> DataLogTagCollection
fn clone(&self) -> DataLogTagCollection
Returns a duplicate 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 DataLogTagCollection
impl Debug for DataLogTagCollection
Source§impl Default for DataLogTagCollection
impl Default for DataLogTagCollection
Source§fn default() -> DataLogTagCollection
fn default() -> DataLogTagCollection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DataLogTagCollection
impl<'de> Deserialize<'de> for DataLogTagCollection
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 DataLogTagCollection
impl PartialEq for DataLogTagCollection
Source§impl Serialize for DataLogTagCollection
impl Serialize for DataLogTagCollection
impl StructuralPartialEq for DataLogTagCollection
Auto Trait Implementations§
impl Freeze for DataLogTagCollection
impl RefUnwindSafe for DataLogTagCollection
impl Send for DataLogTagCollection
impl Sync for DataLogTagCollection
impl Unpin for DataLogTagCollection
impl UnsafeUnpin for DataLogTagCollection
impl UnwindSafe for DataLogTagCollection
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