pub struct ConnectEnd {
pub kind: ConnectDragKind,
pub mode: NodeGraphConnectionMode,
pub target: Option<PortId>,
pub outcome: ConnectEndOutcome,
}Fields§
§kind: ConnectDragKind§mode: NodeGraphConnectionMode§target: Option<PortId>§outcome: ConnectEndOutcomeTrait Implementations§
Source§impl Clone for ConnectEnd
impl Clone for ConnectEnd
Source§fn clone(&self) -> ConnectEnd
fn clone(&self) -> ConnectEnd
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 ConnectEnd
impl Debug for ConnectEnd
Source§impl<'de> Deserialize<'de> for ConnectEnd
impl<'de> Deserialize<'de> for ConnectEnd
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
impl Eq for ConnectEnd
Source§impl PartialEq for ConnectEnd
impl PartialEq for ConnectEnd
Source§fn eq(&self, other: &ConnectEnd) -> bool
fn eq(&self, other: &ConnectEnd) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ConnectEnd
impl Serialize for ConnectEnd
impl StructuralPartialEq for ConnectEnd
Auto Trait Implementations§
impl Freeze for ConnectEnd
impl RefUnwindSafe for ConnectEnd
impl Send for ConnectEnd
impl Sync for ConnectEnd
impl Unpin for ConnectEnd
impl UnsafeUnpin for ConnectEnd
impl UnwindSafe for ConnectEnd
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.