pub struct PairedClient {
pub client_id: String,
pub token: String,
}Expand description
Token returned while pairing a new client.
Fields§
§client_id: String§token: StringTrait Implementations§
Source§impl Clone for PairedClient
impl Clone for PairedClient
Source§fn clone(&self) -> PairedClient
fn clone(&self) -> PairedClient
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 moreSource§impl Debug for PairedClient
impl Debug for PairedClient
impl Eq for PairedClient
Source§impl PartialEq for PairedClient
impl PartialEq for PairedClient
impl StructuralPartialEq for PairedClient
Auto Trait Implementations§
impl Freeze for PairedClient
impl RefUnwindSafe for PairedClient
impl Send for PairedClient
impl Sync for PairedClient
impl Unpin for PairedClient
impl UnsafeUnpin for PairedClient
impl UnwindSafe for PairedClient
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