pub struct WidthBounds { /* private fields */ }Expand description
Width bounds in cells with min <= max enforced at construction.
Implementations§
Trait Implementations§
Source§impl Clone for WidthBounds
impl Clone for WidthBounds
Source§fn clone(&self) -> WidthBounds
fn clone(&self) -> WidthBounds
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 WidthBounds
impl Debug for WidthBounds
Source§impl PartialEq for WidthBounds
impl PartialEq for WidthBounds
Source§fn eq(&self, other: &WidthBounds) -> bool
fn eq(&self, other: &WidthBounds) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for WidthBounds
impl Eq for WidthBounds
impl StructuralPartialEq for WidthBounds
Auto Trait Implementations§
impl Freeze for WidthBounds
impl RefUnwindSafe for WidthBounds
impl Send for WidthBounds
impl Sync for WidthBounds
impl Unpin for WidthBounds
impl UnsafeUnpin for WidthBounds
impl UnwindSafe for WidthBounds
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.