pub struct PolicySensorSnapshot {
pub id: String,
pub blocking: bool,
pub missing: MissingPolicy,
pub section: Option<String>,
pub require_label: Option<String>,
pub repro: Option<String>,
}Fields§
§id: String§blocking: bool§missing: MissingPolicy§section: Option<String>§require_label: Option<String>§repro: Option<String>Trait Implementations§
Source§impl Clone for PolicySensorSnapshot
impl Clone for PolicySensorSnapshot
Source§fn clone(&self) -> PolicySensorSnapshot
fn clone(&self) -> PolicySensorSnapshot
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 PolicySensorSnapshot
impl Debug for PolicySensorSnapshot
Source§impl<'de> Deserialize<'de> for PolicySensorSnapshot
impl<'de> Deserialize<'de> for PolicySensorSnapshot
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
Source§impl PartialEq for PolicySensorSnapshot
impl PartialEq for PolicySensorSnapshot
Source§impl Serialize for PolicySensorSnapshot
impl Serialize for PolicySensorSnapshot
impl Eq for PolicySensorSnapshot
impl StructuralPartialEq for PolicySensorSnapshot
Auto Trait Implementations§
impl Freeze for PolicySensorSnapshot
impl RefUnwindSafe for PolicySensorSnapshot
impl Send for PolicySensorSnapshot
impl Sync for PolicySensorSnapshot
impl Unpin for PolicySensorSnapshot
impl UnsafeUnpin for PolicySensorSnapshot
impl UnwindSafe for PolicySensorSnapshot
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