pub struct InstallDetection {
pub channel: Channel,
pub confidence: Confidence,
pub evidence: Vec<Evidence>,
}Expand description
Result of detecting how the application was installed.
Fields§
§channel: Channel§confidence: Confidence§evidence: Vec<Evidence>Trait Implementations§
Source§impl Clone for InstallDetection
impl Clone for InstallDetection
Source§fn clone(&self) -> InstallDetection
fn clone(&self) -> InstallDetection
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 Debug for InstallDetection
impl Debug for InstallDetection
Source§impl<'de> Deserialize<'de> for InstallDetection
impl<'de> Deserialize<'de> for InstallDetection
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for InstallDetection
impl RefUnwindSafe for InstallDetection
impl Send for InstallDetection
impl Sync for InstallDetection
impl Unpin for InstallDetection
impl UnsafeUnpin for InstallDetection
impl UnwindSafe for InstallDetection
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