pub enum Layer {
Bottom,
Middle,
Top,
Debug,
}Expand description
A layer a view should be on, relative to its parent
Variants§
Bottom
At the bottom layer relative to its siblings
Middle
The default layer
Top
Above other siblings on lower layers
Debug
Above other siblings on lower layers
Trait Implementations§
Source§impl PartialOrd for Layer
impl PartialOrd for Layer
impl Copy for Layer
impl StructuralPartialEq for Layer
Auto Trait Implementations§
impl Freeze for Layer
impl RefUnwindSafe for Layer
impl Send for Layer
impl Sync for Layer
impl Unpin for Layer
impl UnwindSafe for Layer
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