pub struct IntegrationLogsResponseLog {
pub app_id: Option<String>,
pub app_type: Option<String>,
pub change_type: Option<String>,
pub channel: Option<String>,
pub date: Option<String>,
pub reason: Option<String>,
pub scope: Option<String>,
pub service_id: Option<String>,
pub service_type: Option<String>,
pub user_id: Option<String>,
pub user_name: Option<String>,
}Fields§
§app_id: Option<String>§app_type: Option<String>§change_type: Option<String>§channel: Option<String>§date: Option<String>§reason: Option<String>§scope: Option<String>§service_id: Option<String>§service_type: Option<String>§user_id: Option<String>§user_name: Option<String>Trait Implementations§
Source§impl Clone for IntegrationLogsResponseLog
impl Clone for IntegrationLogsResponseLog
Source§fn clone(&self) -> IntegrationLogsResponseLog
fn clone(&self) -> IntegrationLogsResponseLog
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 IntegrationLogsResponseLog
impl Debug for IntegrationLogsResponseLog
Source§impl<'de> Deserialize<'de> for IntegrationLogsResponseLog
impl<'de> Deserialize<'de> for IntegrationLogsResponseLog
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<IntegrationLogsResponseLog, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<IntegrationLogsResponseLog, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for IntegrationLogsResponseLog
impl RefUnwindSafe for IntegrationLogsResponseLog
impl Send for IntegrationLogsResponseLog
impl Sync for IntegrationLogsResponseLog
impl Unpin for IntegrationLogsResponseLog
impl UnsafeUnpin for IntegrationLogsResponseLog
impl UnwindSafe for IntegrationLogsResponseLog
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