pub struct SessionObservation {
pub read_view: SessionReadView,
pub cursor: SessionCursor,
}Fields§
§read_view: SessionReadView§cursor: SessionCursorTrait Implementations§
Source§impl Clone for SessionObservation
impl Clone for SessionObservation
Source§fn clone(&self) -> SessionObservation
fn clone(&self) -> SessionObservation
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 SessionObservation
impl RefUnwindSafe for SessionObservation
impl Send for SessionObservation
impl Sync for SessionObservation
impl Unpin for SessionObservation
impl UnsafeUnpin for SessionObservation
impl UnwindSafe for SessionObservation
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