Enum workspace2::ToolbarItemEvent
source · pub enum ToolbarItemEvent {
ChangeLocation(ToolbarItemLocation),
}
Variants§
ChangeLocation(ToolbarItemLocation)
Auto Trait Implementations§
impl RefUnwindSafe for ToolbarItemEvent
impl Send for ToolbarItemEvent
impl Sync for ToolbarItemEvent
impl Unpin for ToolbarItemEvent
impl UnwindSafe for ToolbarItemEvent
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