pub struct NodeGraphDeleteInteraction {
pub nodes_deletable: bool,
pub edges_deletable: bool,
pub delete_key: NodeGraphDeleteKey,
}Expand description
Delete policy and keyboard binding resolved for runtime use.
Fields§
§nodes_deletable: bool§edges_deletable: bool§delete_key: NodeGraphDeleteKeyTrait Implementations§
Source§impl Clone for NodeGraphDeleteInteraction
impl Clone for NodeGraphDeleteInteraction
Source§fn clone(&self) -> NodeGraphDeleteInteraction
fn clone(&self) -> NodeGraphDeleteInteraction
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 NodeGraphDeleteInteraction
Source§impl Debug for NodeGraphDeleteInteraction
impl Debug for NodeGraphDeleteInteraction
impl Eq for NodeGraphDeleteInteraction
Source§impl PartialEq for NodeGraphDeleteInteraction
impl PartialEq for NodeGraphDeleteInteraction
Source§fn eq(&self, other: &NodeGraphDeleteInteraction) -> bool
fn eq(&self, other: &NodeGraphDeleteInteraction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for NodeGraphDeleteInteraction
Auto Trait Implementations§
impl Freeze for NodeGraphDeleteInteraction
impl RefUnwindSafe for NodeGraphDeleteInteraction
impl Send for NodeGraphDeleteInteraction
impl Sync for NodeGraphDeleteInteraction
impl Unpin for NodeGraphDeleteInteraction
impl UnsafeUnpin for NodeGraphDeleteInteraction
impl UnwindSafe for NodeGraphDeleteInteraction
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.