pub struct WidgetWrapperCache { /* private fields */ }
Trait Implementations§
Source§impl Default for WidgetWrapperCache
impl Default for WidgetWrapperCache
Source§fn default() -> WidgetWrapperCache
fn default() -> WidgetWrapperCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WidgetWrapperCache
impl !RefUnwindSafe for WidgetWrapperCache
impl !Send for WidgetWrapperCache
impl !Sync for WidgetWrapperCache
impl Unpin for WidgetWrapperCache
impl !UnwindSafe for WidgetWrapperCache
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