pub struct ConnectSessionOutcome {
pub end_outcome: ConnectEndOutcome,
pub committed_update: Option<DispatchOutcome>,
}Expand description
Outcome of applying a connection session.
Fields§
§end_outcome: ConnectEndOutcome§committed_update: Option<DispatchOutcome>Implementations§
Source§impl ConnectSessionOutcome
impl ConnectSessionOutcome
pub fn committed_update(&self) -> Option<&DispatchOutcome>
Trait Implementations§
Source§impl Clone for ConnectSessionOutcome
impl Clone for ConnectSessionOutcome
Source§fn clone(&self) -> ConnectSessionOutcome
fn clone(&self) -> ConnectSessionOutcome
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 ConnectSessionOutcome
impl RefUnwindSafe for ConnectSessionOutcome
impl Send for ConnectSessionOutcome
impl Sync for ConnectSessionOutcome
impl Unpin for ConnectSessionOutcome
impl UnsafeUnpin for ConnectSessionOutcome
impl UnwindSafe for ConnectSessionOutcome
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