Struct ofdb_entities::activity::ActivityLog
source · [−]pub struct ActivityLog {
pub activity: Activity,
pub context: Option<String>,
pub comment: Option<String>,
}Fields
activity: Activitycontext: Option<String>comment: Option<String>Trait Implementations
sourceimpl Clone for ActivityLog
impl Clone for ActivityLog
sourcefn clone(&self) -> ActivityLog
fn clone(&self) -> ActivityLog
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for ActivityLog
impl Debug for ActivityLog
sourceimpl PartialEq<ActivityLog> for ActivityLog
impl PartialEq<ActivityLog> for ActivityLog
sourcefn eq(&self, other: &ActivityLog) -> bool
fn eq(&self, other: &ActivityLog) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for ActivityLog
impl StructuralEq for ActivityLog
impl StructuralPartialEq 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