pub struct HostPathId { /* private fields */ }Expand description
An interned SignalOut path handle owned by one Runtime.
Implementations§
Trait Implementations§
Source§impl Clone for HostPathId
impl Clone for HostPathId
Source§fn clone(&self) -> HostPathId
fn clone(&self) -> HostPathId
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 moreimpl Copy for HostPathId
Source§impl Debug for HostPathId
impl Debug for HostPathId
impl Eq for HostPathId
Source§impl Hash for HostPathId
impl Hash for HostPathId
Source§impl Ord for HostPathId
impl Ord for HostPathId
Source§fn cmp(&self, other: &HostPathId) -> Ordering
fn cmp(&self, other: &HostPathId) -> Ordering
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
Source§impl PartialEq for HostPathId
impl PartialEq for HostPathId
Source§impl PartialOrd for HostPathId
impl PartialOrd for HostPathId
impl StructuralPartialEq for HostPathId
Auto Trait Implementations§
impl Freeze for HostPathId
impl RefUnwindSafe for HostPathId
impl Send for HostPathId
impl Sync for HostPathId
impl Unpin for HostPathId
impl UnsafeUnpin for HostPathId
impl UnwindSafe for HostPathId
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