Struct ofdb_boundary::ActivityLog
source · [−]pub struct ActivityLog {
pub at: UnixTimeMillis,
pub by: Option<String>,
pub ctx: Option<String>,
pub comment: Option<String>,
}Fields
at: UnixTimeMillisby: Option<String>ctx: Option<String>comment: Option<String>Trait Implementations
sourceimpl<'de> Deserialize<'de> for ActivityLog
impl<'de> Deserialize<'de> for ActivityLog
sourcefn 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
sourceimpl From<ActivityLog> for ActivityLog
impl From<ActivityLog> for ActivityLog
sourcefn from(from: ActivityLog) -> Self
fn from(from: ActivityLog) -> Self
Converts to this type from the input type.
sourceimpl From<ActivityLog> for ActivityLog
impl From<ActivityLog> for ActivityLog
sourcefn from(from: ActivityLog) -> Self
fn from(from: ActivityLog) -> Self
Converts to this type from the input type.
sourceimpl Serialize for ActivityLog
impl Serialize for ActivityLog
Auto Trait Implementations
impl RefUnwindSafe for ActivityLog
impl Send for ActivityLog
impl Sync for ActivityLog
impl Unpin for ActivityLog
impl UnwindSafe for ActivityLog
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more