pub struct PairingDisplay { /* private fields */ }Expand description
A terminal-displayable, short-lived pairing code.
Implementations§
Trait Implementations§
Source§impl Clone for PairingDisplay
impl Clone for PairingDisplay
Source§fn clone(&self) -> PairingDisplay
fn clone(&self) -> PairingDisplay
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 moreAuto Trait Implementations§
impl Freeze for PairingDisplay
impl RefUnwindSafe for PairingDisplay
impl Send for PairingDisplay
impl Sync for PairingDisplay
impl Unpin for PairingDisplay
impl UnsafeUnpin for PairingDisplay
impl UnwindSafe for PairingDisplay
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