pub struct SessionWithHealth {
pub session: StreamSession,
pub health: SessionHealth,
}
Expand description
Session with health information
Fields§
§session: StreamSession
§health: SessionHealth
Trait Implementations§
Source§impl Clone for SessionWithHealth
impl Clone for SessionWithHealth
Source§fn clone(&self) -> SessionWithHealth
fn clone(&self) -> SessionWithHealth
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 SessionWithHealth
impl RefUnwindSafe for SessionWithHealth
impl Send for SessionWithHealth
impl Sync for SessionWithHealth
impl Unpin for SessionWithHealth
impl UnwindSafe for SessionWithHealth
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