pub struct EdgeInteractionFacts {
pub selectable: bool,
pub selected: bool,
pub focusable: bool,
pub deletable: bool,
pub reconnect_source: bool,
pub reconnect_target: bool,
}Expand description
Adapter-facing interaction facts for an edge.
Fields§
§selectable: bool§selected: bool§focusable: bool§deletable: bool§reconnect_source: bool§reconnect_target: boolImplementations§
Source§impl EdgeInteractionFacts
impl EdgeInteractionFacts
pub fn can_reconnect(self) -> bool
Trait Implementations§
Source§impl Clone for EdgeInteractionFacts
impl Clone for EdgeInteractionFacts
Source§fn clone(&self) -> EdgeInteractionFacts
fn clone(&self) -> EdgeInteractionFacts
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 moreimpl Copy for EdgeInteractionFacts
Source§impl Debug for EdgeInteractionFacts
impl Debug for EdgeInteractionFacts
impl Eq for EdgeInteractionFacts
Source§impl Hash for EdgeInteractionFacts
impl Hash for EdgeInteractionFacts
Source§impl PartialEq for EdgeInteractionFacts
impl PartialEq for EdgeInteractionFacts
Source§fn eq(&self, other: &EdgeInteractionFacts) -> bool
fn eq(&self, other: &EdgeInteractionFacts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for EdgeInteractionFacts
Auto Trait Implementations§
impl Freeze for EdgeInteractionFacts
impl RefUnwindSafe for EdgeInteractionFacts
impl Send for EdgeInteractionFacts
impl Sync for EdgeInteractionFacts
impl Unpin for EdgeInteractionFacts
impl UnsafeUnpin for EdgeInteractionFacts
impl UnwindSafe for EdgeInteractionFacts
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,
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.