pub struct AppendEvent {
pub session_id: String,
pub parent_id: Option<String>,
pub event: AgentEvent,
}Fields§
§session_id: String§parent_id: Option<String>§event: AgentEventTrait Implementations§
Source§impl Clone for AppendEvent
impl Clone for AppendEvent
Source§fn clone(&self) -> AppendEvent
fn clone(&self) -> AppendEvent
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 moreAuto Trait Implementations§
impl Freeze for AppendEvent
impl RefUnwindSafe for AppendEvent
impl Send for AppendEvent
impl Sync for AppendEvent
impl Unpin for AppendEvent
impl UnwindSafe for AppendEvent
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