pub struct ConnectionSpec {
pub target: ConnectionTarget,
pub auth: ConnectionAuth,
pub redacted_uri: String,
}Expand description
Connection target plus URL-derived auth metadata.
Fields§
§target: ConnectionTarget§auth: ConnectionAuth§redacted_uri: StringTrait Implementations§
Source§impl Clone for ConnectionSpec
impl Clone for ConnectionSpec
Source§fn clone(&self) -> ConnectionSpec
fn clone(&self) -> ConnectionSpec
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 ConnectionSpec
impl Debug for ConnectionSpec
impl Eq for ConnectionSpec
Source§impl PartialEq for ConnectionSpec
impl PartialEq for ConnectionSpec
impl StructuralPartialEq for ConnectionSpec
Auto Trait Implementations§
impl Freeze for ConnectionSpec
impl RefUnwindSafe for ConnectionSpec
impl Send for ConnectionSpec
impl Sync for ConnectionSpec
impl Unpin for ConnectionSpec
impl UnsafeUnpin for ConnectionSpec
impl UnwindSafe for ConnectionSpec
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