Enum cursive::view::ScrollStrategy [−][src]
pub enum ScrollStrategy {
KeepRow,
StickToTop,
StickToBottom,
}Defines the scrolling behaviour on content or size change
Variants
KeepRowKeeps the same row number
StickToTopSticks to the top.
StickToBottomSticks to the bottom of the view.
Trait Implementations
impl Debug for ScrollStrategy[src]
impl Debug for ScrollStrategyfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for ScrollStrategy[src]
impl Default for ScrollStrategyAuto Trait Implementations
impl Send for ScrollStrategy
impl Send for ScrollStrategyimpl Sync for ScrollStrategy
impl Sync for ScrollStrategy