pub struct EscapeFlowEdge {
pub from: u32,
pub to: u32,
pub edge_kind: EscapeEdgeKind,
}Fields§
§from: u32§to: u32§edge_kind: EscapeEdgeKindTrait Implementations§
Source§impl Clone for EscapeFlowEdge
impl Clone for EscapeFlowEdge
Source§fn clone(&self) -> EscapeFlowEdge
fn clone(&self) -> EscapeFlowEdge
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 moreAuto Trait Implementations§
impl Freeze for EscapeFlowEdge
impl RefUnwindSafe for EscapeFlowEdge
impl Send for EscapeFlowEdge
impl Sync for EscapeFlowEdge
impl Unpin for EscapeFlowEdge
impl UnsafeUnpin for EscapeFlowEdge
impl UnwindSafe for EscapeFlowEdge
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