pub struct LoggingParams {
pub interaction_ids: Option<Vec<String>>,
pub device_identifier: Option<String>,
pub command_initiated_time: Option<i64>,
pub page_instance_ids: Option<Vec<String>>,
pub command_id: Option<String>,
}Fields§
§interaction_ids: Option<Vec<String>>§device_identifier: Option<String>§command_initiated_time: Option<i64>§page_instance_ids: Option<Vec<String>>§command_id: Option<String>Trait Implementations§
Source§impl Clone for LoggingParams
impl Clone for LoggingParams
Source§fn clone(&self) -> LoggingParams
fn clone(&self) -> LoggingParams
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 LoggingParams
impl Debug for LoggingParams
Source§impl<'de> Deserialize<'de> for LoggingParams
impl<'de> Deserialize<'de> for LoggingParams
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
Auto Trait Implementations§
impl Freeze for LoggingParams
impl RefUnwindSafe for LoggingParams
impl Send for LoggingParams
impl Sync for LoggingParams
impl Unpin for LoggingParams
impl UnwindSafe for LoggingParams
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