pub struct SparseRegistryAuthProviderBundle<'sr>(pub Cow<'sr, [SparseRegistryAuthProvider]>, pub &'sr OsStr, pub &'sr str, pub Cow<'sr, str>, pub Option<&'sr str>, pub Option<&'sr str>);Tuple Fields§
§0: Cow<'sr, [SparseRegistryAuthProvider]>§1: &'sr OsStr§2: &'sr str§3: Cow<'sr, str>§4: Option<&'sr str>§5: Option<&'sr str>Implementations§
Trait Implementations§
Source§impl<'sr> Clone for SparseRegistryAuthProviderBundle<'sr>
impl<'sr> Clone for SparseRegistryAuthProviderBundle<'sr>
Source§fn clone(&self) -> SparseRegistryAuthProviderBundle<'sr>
fn clone(&self) -> SparseRegistryAuthProviderBundle<'sr>
Returns a duplicate 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<'sr> Debug for SparseRegistryAuthProviderBundle<'sr>
impl<'sr> Debug for SparseRegistryAuthProviderBundle<'sr>
Source§impl<'sr> Hash for SparseRegistryAuthProviderBundle<'sr>
impl<'sr> Hash for SparseRegistryAuthProviderBundle<'sr>
Source§impl<'sr> Ord for SparseRegistryAuthProviderBundle<'sr>
impl<'sr> Ord for SparseRegistryAuthProviderBundle<'sr>
Source§fn cmp(&self, other: &SparseRegistryAuthProviderBundle<'sr>) -> Ordering
fn cmp(&self, other: &SparseRegistryAuthProviderBundle<'sr>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'sr> PartialEq for SparseRegistryAuthProviderBundle<'sr>
impl<'sr> PartialEq for SparseRegistryAuthProviderBundle<'sr>
Source§fn eq(&self, other: &SparseRegistryAuthProviderBundle<'sr>) -> bool
fn eq(&self, other: &SparseRegistryAuthProviderBundle<'sr>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<'sr> PartialOrd for SparseRegistryAuthProviderBundle<'sr>
impl<'sr> PartialOrd for SparseRegistryAuthProviderBundle<'sr>
impl<'sr> Eq for SparseRegistryAuthProviderBundle<'sr>
impl<'sr> StructuralPartialEq for SparseRegistryAuthProviderBundle<'sr>
Auto Trait Implementations§
impl<'sr> Freeze for SparseRegistryAuthProviderBundle<'sr>
impl<'sr> RefUnwindSafe for SparseRegistryAuthProviderBundle<'sr>
impl<'sr> Send for SparseRegistryAuthProviderBundle<'sr>
impl<'sr> Sync for SparseRegistryAuthProviderBundle<'sr>
impl<'sr> Unpin for SparseRegistryAuthProviderBundle<'sr>
impl<'sr> UnwindSafe for SparseRegistryAuthProviderBundle<'sr>
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> Comparable<K> for Q
impl<Q, K> Comparable<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.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.