struct CommittedSession {
connection: ConnectionId,
placement: RouterPlacement,
}Fields§
§connection: ConnectionId§placement: RouterPlacementTrait Implementations§
Source§impl Clone for CommittedSession
impl Clone for CommittedSession
Source§fn clone(&self) -> CommittedSession
fn clone(&self) -> CommittedSession
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 CommittedSession
impl Debug for CommittedSession
impl Copy for CommittedSession
Auto Trait Implementations§
impl Freeze for CommittedSession
impl RefUnwindSafe for CommittedSession
impl Send for CommittedSession
impl Sync for CommittedSession
impl Unpin for CommittedSession
impl UnsafeUnpin for CommittedSession
impl UnwindSafe for CommittedSession
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