pub struct ActivityEvent {
pub type: Value,
pub kind: String,
pub detail: Value,
}Expand description
Represents a generic activity or status update.
Fields§
§type: Value§kind: String§detail: ValueTrait Implementations§
Source§impl Clone for ActivityEvent
impl Clone for ActivityEvent
Source§fn clone(&self) -> ActivityEvent
fn clone(&self) -> ActivityEvent
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 ActivityEvent
impl Debug for ActivityEvent
Source§impl Default for ActivityEvent
impl Default for ActivityEvent
Source§fn default() -> ActivityEvent
fn default() -> ActivityEvent
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ActivityEvent
impl RefUnwindSafe for ActivityEvent
impl Send for ActivityEvent
impl Sync for ActivityEvent
impl Unpin for ActivityEvent
impl UnwindSafe for ActivityEvent
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