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