pub enum Fill {
Page,
Raised,
Overlay,
Well,
}Expand description
A surface intent a region is filled with.
Variants§
Page
The page behind everything.
Raised
A surface lifted off the page: cards, controls, menus, toasts.
Overlay
A surface floating above the page rather than resting on it.
Well
The inside of a well.
Trait Implementations§
impl Copy for Fill
impl Eq for Fill
impl StructuralPartialEq for Fill
Auto Trait Implementations§
impl Freeze for Fill
impl RefUnwindSafe for Fill
impl Send for Fill
impl Sync for Fill
impl Unpin for Fill
impl UnsafeUnpin for Fill
impl UnwindSafe for Fill
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