pub struct DetectionInfo {
pub name: String,
pub version: Option<String>,
}Expand description
Provider / framework detection row (mirrors upstream DetectionInfo).
Fields§
§name: String§version: Option<String>Trait Implementations§
Source§impl Clone for DetectionInfo
impl Clone for DetectionInfo
Source§fn clone(&self) -> DetectionInfo
fn clone(&self) -> DetectionInfo
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 DetectionInfo
impl Debug for DetectionInfo
impl Eq for DetectionInfo
Source§impl PartialEq for DetectionInfo
impl PartialEq for DetectionInfo
Source§fn eq(&self, other: &DetectionInfo) -> bool
fn eq(&self, other: &DetectionInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DetectionInfo
impl Serialize for DetectionInfo
impl StructuralPartialEq for DetectionInfo
Auto Trait Implementations§
impl Freeze for DetectionInfo
impl RefUnwindSafe for DetectionInfo
impl Send for DetectionInfo
impl Sync for DetectionInfo
impl Unpin for DetectionInfo
impl UnsafeUnpin for DetectionInfo
impl UnwindSafe for DetectionInfo
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
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.