pub struct PanelContainmentEvidence {
pub provenance: FootprintProvenance,
pub containment: Containment,
}Expand description
Point-containment evidence for one input panel.
Fields§
§provenance: FootprintProvenanceCaller-supplied panel or image evidence identity.
containment: ContainmentPosition relative to this panel’s footprint.
Trait Implementations§
Source§impl Clone for PanelContainmentEvidence
impl Clone for PanelContainmentEvidence
Source§fn clone(&self) -> PanelContainmentEvidence
fn clone(&self) -> PanelContainmentEvidence
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 PanelContainmentEvidence
impl Debug for PanelContainmentEvidence
Source§impl<'de> Deserialize<'de> for PanelContainmentEvidence
impl<'de> Deserialize<'de> for PanelContainmentEvidence
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 Eq for PanelContainmentEvidence
Source§impl PartialEq for PanelContainmentEvidence
impl PartialEq for PanelContainmentEvidence
Source§impl Serialize for PanelContainmentEvidence
impl Serialize for PanelContainmentEvidence
impl StructuralPartialEq for PanelContainmentEvidence
Auto Trait Implementations§
impl Freeze for PanelContainmentEvidence
impl RefUnwindSafe for PanelContainmentEvidence
impl Send for PanelContainmentEvidence
impl Sync for PanelContainmentEvidence
impl Unpin for PanelContainmentEvidence
impl UnsafeUnpin for PanelContainmentEvidence
impl UnwindSafe for PanelContainmentEvidence
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