pub struct PlcProtectedEdge {
pub edge_id: TopologyEntityId,
pub node_ids: [TopologyEntityId; 2],
pub source_edge_id: TopologyEntityId,
pub cad_curve_boundary: Option<PlcProtectedEdgeCadCurveBoundary>,
}Fields§
§edge_id: TopologyEntityId§node_ids: [TopologyEntityId; 2]§source_edge_id: TopologyEntityId§cad_curve_boundary: Option<PlcProtectedEdgeCadCurveBoundary>Trait Implementations§
Source§impl Clone for PlcProtectedEdge
impl Clone for PlcProtectedEdge
Source§fn clone(&self) -> PlcProtectedEdge
fn clone(&self) -> PlcProtectedEdge
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 PlcProtectedEdge
impl Debug for PlcProtectedEdge
Source§impl<'de> Deserialize<'de> for PlcProtectedEdge
impl<'de> Deserialize<'de> for PlcProtectedEdge
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 PlcProtectedEdge
impl PartialEq for PlcProtectedEdge
Source§impl Serialize for PlcProtectedEdge
impl Serialize for PlcProtectedEdge
impl StructuralPartialEq for PlcProtectedEdge
Auto Trait Implementations§
impl Freeze for PlcProtectedEdge
impl RefUnwindSafe for PlcProtectedEdge
impl Send for PlcProtectedEdge
impl Sync for PlcProtectedEdge
impl Unpin for PlcProtectedEdge
impl UnsafeUnpin for PlcProtectedEdge
impl UnwindSafe for PlcProtectedEdge
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