Struct glory_core::widgets::switch::Case
source · pub struct Case {
pub cond: Lotus<bool>,
pub tmpl: Box<dyn ViewFactory>,
/* private fields */
}Fields§
§cond: Lotus<bool>§tmpl: Box<dyn ViewFactory>Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Case
impl !Send for Case
impl !Sync for Case
impl Unpin for Case
impl !UnwindSafe for Case
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