pub enum WidgetCache {
Yes,
No,
Clear,
}
Variants§
Trait Implementations§
Source§impl Clone for WidgetCache
impl Clone for WidgetCache
Source§fn clone(&self) -> WidgetCache
fn clone(&self) -> WidgetCache
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 moreimpl Copy for WidgetCache
Auto Trait Implementations§
impl Freeze for WidgetCache
impl RefUnwindSafe for WidgetCache
impl Send for WidgetCache
impl Sync for WidgetCache
impl Unpin for WidgetCache
impl UnwindSafe for WidgetCache
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