pub struct ChildConnectionId(pub Uuid);Expand description
Opaque, internal-only id for child connections
Tuple Fields§
§0: UuidTrait Implementations§
Source§impl Clone for ChildConnectionId
impl Clone for ChildConnectionId
Source§fn clone(&self) -> ChildConnectionId
fn clone(&self) -> ChildConnectionId
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 ChildConnectionId
impl Debug for ChildConnectionId
Source§impl Display for ChildConnectionId
impl Display for ChildConnectionId
Source§impl Ord for ChildConnectionId
impl Ord for ChildConnectionId
Source§fn cmp(&self, other: &ChildConnectionId) -> Ordering
fn cmp(&self, other: &ChildConnectionId) -> Ordering
1.21.0 · 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 ChildConnectionId
impl PartialEq for ChildConnectionId
Source§impl PartialOrd for ChildConnectionId
impl PartialOrd for ChildConnectionId
impl Copy for ChildConnectionId
impl Eq for ChildConnectionId
impl StructuralPartialEq for ChildConnectionId
Auto Trait Implementations§
impl Freeze for ChildConnectionId
impl RefUnwindSafe for ChildConnectionId
impl Send for ChildConnectionId
impl Sync for ChildConnectionId
impl Unpin for ChildConnectionId
impl UnwindSafe for ChildConnectionId
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