pub struct EdgeEndpoint { /* private fields */ }Expand description
Static endpoint for one side of a workflow edge.
Implementations§
Source§impl EdgeEndpoint
impl EdgeEndpoint
Trait Implementations§
Source§impl Clone for EdgeEndpoint
impl Clone for EdgeEndpoint
Source§fn clone(&self) -> EdgeEndpoint
fn clone(&self) -> EdgeEndpoint
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 EdgeEndpoint
impl Debug for EdgeEndpoint
Source§impl PartialEq for EdgeEndpoint
impl PartialEq for EdgeEndpoint
Source§fn eq(&self, other: &EdgeEndpoint) -> bool
fn eq(&self, other: &EdgeEndpoint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EdgeEndpoint
impl StructuralPartialEq for EdgeEndpoint
Auto Trait Implementations§
impl Freeze for EdgeEndpoint
impl RefUnwindSafe for EdgeEndpoint
impl Send for EdgeEndpoint
impl Sync for EdgeEndpoint
impl Unpin for EdgeEndpoint
impl UnsafeUnpin for EdgeEndpoint
impl UnwindSafe for EdgeEndpoint
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