pub enum WidgetDesignAction {
PickedBody,
None,
}
Variants§
Trait Implementations§
Source§impl ActionDefaultRef for WidgetDesignAction
impl ActionDefaultRef for WidgetDesignAction
fn default_ref() -> &'static Self
Source§impl Clone for WidgetDesignAction
impl Clone for WidgetDesignAction
Source§fn clone(&self) -> WidgetDesignAction
fn clone(&self) -> WidgetDesignAction
Returns a copy of the value. Read more
1.0.0 · 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 WidgetDesignAction
impl Debug for WidgetDesignAction
Auto Trait Implementations§
impl Freeze for WidgetDesignAction
impl RefUnwindSafe for WidgetDesignAction
impl Send for WidgetDesignAction
impl Sync for WidgetDesignAction
impl Unpin for WidgetDesignAction
impl UnwindSafe for WidgetDesignAction
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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