pub struct Activate<NodeIdType> {
pub selected: Vec<NodeIdType>,
pub modifiers: Modifiers,
}Expand description
Information about the Activate action in the tree.
Fields§
§selected: Vec<NodeIdType>The nodes that are being activated.
modifiers: ModifiersThe modifiers that were active when this action was generated.
Trait Implementations§
Auto Trait Implementations§
impl<NodeIdType> Freeze for Activate<NodeIdType>
impl<NodeIdType> RefUnwindSafe for Activate<NodeIdType>where
NodeIdType: RefUnwindSafe,
impl<NodeIdType> Send for Activate<NodeIdType>where
NodeIdType: Send,
impl<NodeIdType> Sync for Activate<NodeIdType>where
NodeIdType: Sync,
impl<NodeIdType> Unpin for Activate<NodeIdType>where
NodeIdType: Unpin,
impl<NodeIdType> UnwindSafe for Activate<NodeIdType>where
NodeIdType: UnwindSafe,
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