pub struct ConnectionHandle {
pub connection: Connection,
/* private fields */
}Fields§
§connection: ConnectionImplementations§
Source§impl ConnectionHandle
impl ConnectionHandle
Sourcepub fn new(connection: Connection) -> ConnectionHandle
pub fn new(connection: Connection) -> ConnectionHandle
Construct the provisional handle returned by
ConnectionAdapter::originate.
Sourcepub fn outbound_activation(&self) -> &OutboundActivation
pub fn outbound_activation(&self) -> &OutboundActivation
Receipt made visible by core only after outbound activation and all post-activation liveness checks complete.
Trait Implementations§
Source§impl Clone for ConnectionHandle
impl Clone for ConnectionHandle
Source§fn clone(&self) -> ConnectionHandle
fn clone(&self) -> ConnectionHandle
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 !RefUnwindSafe for ConnectionHandle
impl !UnwindSafe for ConnectionHandle
impl Freeze for ConnectionHandle
impl Send for ConnectionHandle
impl Sync for ConnectionHandle
impl Unpin for ConnectionHandle
impl UnsafeUnpin for ConnectionHandle
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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