pub struct AdapterSelection { /* private fields */ }Implementations§
Source§impl AdapterSelection
impl AdapterSelection
pub fn kind(&self) -> ProviderApi
pub fn match_rule(&self) -> &AdapterMatchRule
pub fn overlays(&self) -> &[String]
Trait Implementations§
Source§impl Clone for AdapterSelection
impl Clone for AdapterSelection
Source§fn clone(&self) -> AdapterSelection
fn clone(&self) -> AdapterSelection
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 AdapterSelection
impl Debug for AdapterSelection
impl Eq for AdapterSelection
Source§impl PartialEq for AdapterSelection
impl PartialEq for AdapterSelection
impl StructuralPartialEq for AdapterSelection
Auto Trait Implementations§
impl Freeze for AdapterSelection
impl RefUnwindSafe for AdapterSelection
impl Send for AdapterSelection
impl Sync for AdapterSelection
impl Unpin for AdapterSelection
impl UnsafeUnpin for AdapterSelection
impl UnwindSafe for AdapterSelection
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.