pub struct VerifiedConnection { /* private fields */ }Expand description
A connection asserted exact by a trusted host adapter.
Implementations§
Source§impl VerifiedConnection
impl VerifiedConnection
Trait Implementations§
Source§impl Clone for VerifiedConnection
impl Clone for VerifiedConnection
Source§fn clone(&self) -> VerifiedConnection
fn clone(&self) -> VerifiedConnection
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 VerifiedConnection
impl Debug for VerifiedConnection
Source§impl PartialEq for VerifiedConnection
impl PartialEq for VerifiedConnection
impl StructuralPartialEq for VerifiedConnection
Auto Trait Implementations§
impl Freeze for VerifiedConnection
impl RefUnwindSafe for VerifiedConnection
impl Send for VerifiedConnection
impl Sync for VerifiedConnection
impl Unpin for VerifiedConnection
impl UnwindSafe for VerifiedConnection
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