Enum requestty_ui::layout::RenderRegion [−][src]
pub enum RenderRegion {
Top,
Middle,
Bottom,
}Expand description
The part of the text to render if the full text cannot be rendered
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for RenderRegionimpl Send for RenderRegionimpl Sync for RenderRegionimpl Unpin for RenderRegionimpl UnwindSafe for RenderRegionBlanket Implementations
Mutably borrows from an owned value. Read more