pub struct ResolvedConnectionTarget {
pub realm: RealmConnectionSet,
pub auth_binding: AuthBindingRef,
pub binding: ProviderBinding,
pub backend: BackendProfile,
pub auth_profile: AuthProfile,
}Expand description
Fully resolved connection target selected from config-owned identity policy. Surfaces should use this instead of inventing realm or binding defaults locally.
Fields§
§realm: RealmConnectionSet§auth_binding: AuthBindingRef§binding: ProviderBinding§backend: BackendProfile§auth_profile: AuthProfileTrait Implementations§
Source§impl Clone for ResolvedConnectionTarget
impl Clone for ResolvedConnectionTarget
Source§fn clone(&self) -> ResolvedConnectionTarget
fn clone(&self) -> ResolvedConnectionTarget
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 ResolvedConnectionTarget
impl Debug for ResolvedConnectionTarget
Source§impl PartialEq for ResolvedConnectionTarget
impl PartialEq for ResolvedConnectionTarget
Source§fn eq(&self, other: &ResolvedConnectionTarget) -> bool
fn eq(&self, other: &ResolvedConnectionTarget) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ResolvedConnectionTarget
impl StructuralPartialEq for ResolvedConnectionTarget
Auto Trait Implementations§
impl Freeze for ResolvedConnectionTarget
impl RefUnwindSafe for ResolvedConnectionTarget
impl Send for ResolvedConnectionTarget
impl Sync for ResolvedConnectionTarget
impl Unpin for ResolvedConnectionTarget
impl UnsafeUnpin for ResolvedConnectionTarget
impl UnwindSafe for ResolvedConnectionTarget
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.