pub struct ProtectedBoundaryComplex {
pub complex_id: String,
pub nodes: Vec<PlcNode>,
pub facets: Vec<PlcFacet>,
pub protected_edges: Vec<PlcProtectedEdge>,
pub validation: PlcValidationSummary,
pub evidence: StageEvidence,
}Fields§
§complex_id: String§nodes: Vec<PlcNode>§facets: Vec<PlcFacet>§protected_edges: Vec<PlcProtectedEdge>§validation: PlcValidationSummary§evidence: StageEvidenceTrait Implementations§
Source§impl Clone for ProtectedBoundaryComplex
impl Clone for ProtectedBoundaryComplex
Source§fn clone(&self) -> ProtectedBoundaryComplex
fn clone(&self) -> ProtectedBoundaryComplex
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 ProtectedBoundaryComplex
impl Debug for ProtectedBoundaryComplex
Source§impl<'de> Deserialize<'de> for ProtectedBoundaryComplex
impl<'de> Deserialize<'de> for ProtectedBoundaryComplex
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 ProtectedBoundaryComplex
impl PartialEq for ProtectedBoundaryComplex
Source§impl Serialize for ProtectedBoundaryComplex
impl Serialize for ProtectedBoundaryComplex
impl StructuralPartialEq for ProtectedBoundaryComplex
Auto Trait Implementations§
impl Freeze for ProtectedBoundaryComplex
impl RefUnwindSafe for ProtectedBoundaryComplex
impl Send for ProtectedBoundaryComplex
impl Sync for ProtectedBoundaryComplex
impl Unpin for ProtectedBoundaryComplex
impl UnsafeUnpin for ProtectedBoundaryComplex
impl UnwindSafe for ProtectedBoundaryComplex
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