pub struct SystemActivityLog {
pub scope: String,
pub message: String,
pub level: String,
pub timestamp: i64,
}Fields§
§scope: String§message: String§level: String§timestamp: i64Trait Implementations§
Source§impl Clone for SystemActivityLog
impl Clone for SystemActivityLog
Source§fn clone(&self) -> SystemActivityLog
fn clone(&self) -> SystemActivityLog
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 SystemActivityLog
impl Debug for SystemActivityLog
Source§impl Default for SystemActivityLog
impl Default for SystemActivityLog
Source§fn default() -> SystemActivityLog
fn default() -> SystemActivityLog
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SystemActivityLog
impl<'de> Deserialize<'de> for SystemActivityLog
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 SystemActivityLog
impl PartialEq for SystemActivityLog
Source§impl Serialize for SystemActivityLog
impl Serialize for SystemActivityLog
impl Eq for SystemActivityLog
impl StructuralPartialEq for SystemActivityLog
Auto Trait Implementations§
impl Freeze for SystemActivityLog
impl RefUnwindSafe for SystemActivityLog
impl Send for SystemActivityLog
impl Sync for SystemActivityLog
impl Unpin for SystemActivityLog
impl UnwindSafe for SystemActivityLog
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