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