Enum bat_impl::WrappingMode
source · [−]pub enum WrappingMode {
Character,
NoWrapping(bool),
}
Variants
Character
NoWrapping(bool)
Trait Implementations
sourceimpl Clone for WrappingMode
impl Clone for WrappingMode
sourcefn clone(&self) -> WrappingMode
fn clone(&self) -> WrappingMode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for WrappingMode
impl Debug for WrappingMode
sourceimpl Default for WrappingMode
impl Default for WrappingMode
sourceimpl PartialEq<WrappingMode> for WrappingMode
impl PartialEq<WrappingMode> for WrappingMode
sourcefn eq(&self, other: &WrappingMode) -> bool
fn eq(&self, other: &WrappingMode) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &WrappingMode) -> bool
fn ne(&self, other: &WrappingMode) -> bool
This method tests for !=
.
impl Copy for WrappingMode
impl Eq for WrappingMode
impl StructuralEq for WrappingMode
impl StructuralPartialEq for WrappingMode
Auto Trait Implementations
impl RefUnwindSafe for WrappingMode
impl Send for WrappingMode
impl Sync for WrappingMode
impl Unpin for WrappingMode
impl UnwindSafe for WrappingMode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.