pub struct DetectedProvider {
pub kind: ProviderKind,
pub source: ProviderSource,
}Fields§
§kind: ProviderKind§source: ProviderSourceTrait Implementations§
Source§impl Debug for DetectedProvider
impl Debug for DetectedProvider
impl Eq for DetectedProvider
Source§impl PartialEq for DetectedProvider
impl PartialEq for DetectedProvider
Source§fn eq(&self, other: &DetectedProvider) -> bool
fn eq(&self, other: &DetectedProvider) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DetectedProvider
Auto Trait Implementations§
impl Freeze for DetectedProvider
impl RefUnwindSafe for DetectedProvider
impl Send for DetectedProvider
impl Sync for DetectedProvider
impl Unpin for DetectedProvider
impl UnsafeUnpin for DetectedProvider
impl UnwindSafe for DetectedProvider
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