pub struct Reporting {
pub id: Option<String>,
pub schemeIdUri: String,
pub value: Option<String>,
pub reportingUrl: Option<String>,
pub probability: Option<u64>,
}
Fields§
§id: Option<String>
§schemeIdUri: String
§value: Option<String>
§reportingUrl: Option<String>
§probability: Option<u64>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Reporting
impl<'de> Deserialize<'de> for Reporting
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
impl StructuralPartialEq for Reporting
Auto Trait Implementations§
impl Freeze for Reporting
impl RefUnwindSafe for Reporting
impl Send for Reporting
impl Sync for Reporting
impl Unpin for Reporting
impl UnwindSafe for Reporting
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