pub struct OutgoingEdge {
pub target: NodeId,
pub condition: Option<EdgeCondition>,
}Fields§
§target: NodeId§condition: Option<EdgeCondition>Trait Implementations§
Source§impl Clone for OutgoingEdge
impl Clone for OutgoingEdge
Source§fn clone(&self) -> OutgoingEdge
fn clone(&self) -> OutgoingEdge
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 moreAuto Trait Implementations§
impl Freeze for OutgoingEdge
impl RefUnwindSafe for OutgoingEdge
impl Send for OutgoingEdge
impl Sync for OutgoingEdge
impl Unpin for OutgoingEdge
impl UnsafeUnpin for OutgoingEdge
impl UnwindSafe for OutgoingEdge
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