pub struct ConnectionPath(pub ConnectionId);
Tuple Fields§
§0: ConnectionId
Implementations§
Source§impl ConnectionPath
impl ConnectionPath
pub fn new(connection_id: &ConnectionId) -> ConnectionPath
Trait Implementations§
Source§impl Clone for ConnectionPath
impl Clone for ConnectionPath
Source§fn clone(&self) -> ConnectionPath
fn clone(&self) -> ConnectionPath
Returns a copy 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 ConnectionPath
impl Debug for ConnectionPath
Source§impl Display for ConnectionPath
impl Display for ConnectionPath
Source§impl From<ConnectionPath> for Path
impl From<ConnectionPath> for Path
Source§fn from(original: ConnectionPath) -> Path
fn from(original: ConnectionPath) -> Path
Converts to this type from the input type.
Source§impl Hash for ConnectionPath
impl Hash for ConnectionPath
Source§impl Ord for ConnectionPath
impl Ord for ConnectionPath
Source§fn cmp(&self, other: &ConnectionPath) -> Ordering
fn cmp(&self, other: &ConnectionPath) -> 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 ConnectionPath
impl PartialEq for ConnectionPath
Source§impl PartialOrd for ConnectionPath
impl PartialOrd for ConnectionPath
impl Eq for ConnectionPath
impl StructuralPartialEq for ConnectionPath
Auto Trait Implementations§
impl Freeze for ConnectionPath
impl RefUnwindSafe for ConnectionPath
impl Send for ConnectionPath
impl Sync for ConnectionPath
impl Unpin for ConnectionPath
impl UnwindSafe for ConnectionPath
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