pub struct SessionObservationEvent {
pub session_id: String,
pub revision: SessionRevision,
pub cursor: SessionCursor,
pub payload: SessionObservationEventPayload,
}Fields§
§session_id: String§revision: SessionRevision§cursor: SessionCursor§payload: SessionObservationEventPayloadTrait Implementations§
Source§impl Clone for SessionObservationEvent
impl Clone for SessionObservationEvent
Source§fn clone(&self) -> SessionObservationEvent
fn clone(&self) -> SessionObservationEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SessionObservationEvent
impl RefUnwindSafe for SessionObservationEvent
impl Send for SessionObservationEvent
impl Sync for SessionObservationEvent
impl Unpin for SessionObservationEvent
impl UnsafeUnpin for SessionObservationEvent
impl UnwindSafe for SessionObservationEvent
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