pub struct PreviewEdge {
pub source_node: NodeId,
pub source_handle: Option<String>,
pub start_position: Position,
pub end_position: Position,
}Expand description
Preview edge shown during interactive edge creation
Fields§
§source_node: NodeId§source_handle: Option<String>§start_position: Position§end_position: PositionTrait Implementations§
Source§impl Clone for PreviewEdge
impl Clone for PreviewEdge
Source§fn clone(&self) -> PreviewEdge
fn clone(&self) -> PreviewEdge
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 PreviewEdge
impl RefUnwindSafe for PreviewEdge
impl Send for PreviewEdge
impl Sync for PreviewEdge
impl Unpin for PreviewEdge
impl UnwindSafe for PreviewEdge
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