Enum ui2::prelude::OverflowStyle
source · pub enum OverflowStyle {
Hidden,
Wrap,
}
Variants§
Trait Implementations§
source§impl Clone for OverflowStyle
impl Clone for OverflowStyle
source§fn clone(&self) -> OverflowStyle
fn clone(&self) -> OverflowStyle
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 OverflowStyle
impl Debug for OverflowStyle
source§impl IntoEnumIterator for OverflowStyle
impl IntoEnumIterator for OverflowStyle
type Iterator = OverflowStyleIter
fn iter() -> OverflowStyleIter ⓘ
source§impl PartialEq<OverflowStyle> for OverflowStyle
impl PartialEq<OverflowStyle> for OverflowStyle
source§fn eq(&self, other: &OverflowStyle) -> bool
fn eq(&self, other: &OverflowStyle) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for OverflowStyle
impl Eq for OverflowStyle
impl StructuralEq for OverflowStyle
impl StructuralPartialEq for OverflowStyle
Auto Trait Implementations§
impl RefUnwindSafe for OverflowStyle
impl Send for OverflowStyle
impl Sync for OverflowStyle
impl Unpin for OverflowStyle
impl UnwindSafe for OverflowStyle
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
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.