pub struct CommonFields {
pub group_id: Option<String>,
pub protocol_type: Option<Vec<String>>,
pub reference_time: Option<f64>,
pub time_format: Option<String>,
}
Fields§
§group_id: Option<String>
§protocol_type: Option<Vec<String>>
§reference_time: Option<f64>
§time_format: Option<String>
Trait Implementations§
Source§impl Clone for CommonFields
impl Clone for CommonFields
Source§fn clone(&self) -> CommonFields
fn clone(&self) -> CommonFields
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 CommonFields
impl Debug for CommonFields
Source§impl Default for CommonFields
impl Default for CommonFields
Source§fn default() -> CommonFields
fn default() -> CommonFields
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CommonFields
impl<'de> Deserialize<'de> for CommonFields
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 CommonFields
impl PartialEq for CommonFields
Source§impl Serialize for CommonFields
impl Serialize for CommonFields
impl StructuralPartialEq for CommonFields
Auto Trait Implementations§
impl Freeze for CommonFields
impl RefUnwindSafe for CommonFields
impl Send for CommonFields
impl Sync for CommonFields
impl Unpin for CommonFields
impl UnwindSafe for CommonFields
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)