pub struct HostTransportRef(/* private fields */);Expand description
What the activation transport called the hand-off, for correlation.
Implementations§
Trait Implementations§
Source§impl Clone for HostTransportRef
impl Clone for HostTransportRef
Source§impl Debug for HostTransportRef
impl Debug for HostTransportRef
Source§impl<'de> Deserialize<'de> for HostTransportRef
impl<'de> Deserialize<'de> for HostTransportRef
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for HostTransportRef
impl Display for HostTransportRef
impl Eq for HostTransportRef
Source§impl Hash for HostTransportRef
impl Hash for HostTransportRef
Source§impl Ord for HostTransportRef
impl Ord for HostTransportRef
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for HostTransportRef
impl PartialEq for HostTransportRef
Source§impl PartialOrd for HostTransportRef
impl PartialOrd for HostTransportRef
Source§impl Serialize for HostTransportRef
impl Serialize for HostTransportRef
impl StructuralPartialEq for HostTransportRef
Auto Trait Implementations§
impl Freeze for HostTransportRef
impl RefUnwindSafe for HostTransportRef
impl Send for HostTransportRef
impl Sync for HostTransportRef
impl Unpin for HostTransportRef
impl UnsafeUnpin for HostTransportRef
impl UnwindSafe for HostTransportRef
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