pub struct NodeDragEnd {
pub primary: NodeId,
pub nodes: Vec<NodeId>,
pub pointer: CanvasPoint,
pub outcome: NodeDragEndOutcome,
}Fields§
§primary: NodeId§nodes: Vec<NodeId>§pointer: CanvasPoint§outcome: NodeDragEndOutcomeTrait Implementations§
Source§impl Clone for NodeDragEnd
impl Clone for NodeDragEnd
Source§fn clone(&self) -> NodeDragEnd
fn clone(&self) -> NodeDragEnd
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 NodeDragEnd
impl Debug for NodeDragEnd
Source§impl<'de> Deserialize<'de> for NodeDragEnd
impl<'de> Deserialize<'de> for NodeDragEnd
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 NodeDragEnd
impl PartialEq for NodeDragEnd
Source§fn eq(&self, other: &NodeDragEnd) -> bool
fn eq(&self, other: &NodeDragEnd) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for NodeDragEnd
impl Serialize for NodeDragEnd
impl StructuralPartialEq for NodeDragEnd
Auto Trait Implementations§
impl Freeze for NodeDragEnd
impl RefUnwindSafe for NodeDragEnd
impl Send for NodeDragEnd
impl Sync for NodeDragEnd
impl Unpin for NodeDragEnd
impl UnsafeUnpin for NodeDragEnd
impl UnwindSafe for NodeDragEnd
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