Enum bat::PagingMode
source · pub enum PagingMode {
Always,
QuitIfOneScreen,
Never,
}
Variants§
Trait Implementations§
source§impl Clone for PagingMode
impl Clone for PagingMode
source§fn clone(&self) -> PagingMode
fn clone(&self) -> PagingMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PagingMode
impl Debug for PagingMode
source§impl Default for PagingMode
impl Default for PagingMode
source§impl PartialEq<PagingMode> for PagingMode
impl PartialEq<PagingMode> for PagingMode
source§fn eq(&self, other: &PagingMode) -> bool
fn eq(&self, other: &PagingMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for PagingMode
impl Eq for PagingMode
impl StructuralEq for PagingMode
impl StructuralPartialEq for PagingMode
Auto Trait Implementations§
impl RefUnwindSafe for PagingMode
impl Send for PagingMode
impl Sync for PagingMode
impl Unpin for PagingMode
impl UnwindSafe for PagingMode
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.