pub struct Log {
pub app_id: Option<String>,
pub app_type: Option<String>,
pub service_id: Option<i32>,
pub service_type: Option<String>,
pub user_id: Option<String>,
pub user_name: Option<String>,
pub channel: Option<String>,
pub date: Option<String>,
pub change_type: Option<String>,
pub scope: Option<String>,
}Fields§
§app_id: Option<String>§app_type: Option<String>§service_id: Option<i32>§service_type: Option<String>§user_id: Option<String>§user_name: Option<String>§channel: Option<String>§date: Option<String>§change_type: Option<String>§scope: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for Log
impl<'de> Deserialize<'de> for Log
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 Log
Auto Trait Implementations§
impl Freeze for Log
impl RefUnwindSafe for Log
impl Send for Log
impl Sync for Log
impl Unpin for Log
impl UnwindSafe for Log
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