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