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