pub struct EmptySettings;
Expand description
A marker structure to be able to create an empty Settings
.
Trait Implementations§
Source§impl<R, C> CellOption<R, C> for EmptySettings
impl<R, C> CellOption<R, C> for EmptySettings
Source§impl Clone for EmptySettings
impl Clone for EmptySettings
Source§fn clone(&self) -> EmptySettings
fn clone(&self) -> EmptySettings
Returns a duplicate 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 EmptySettings
impl Debug for EmptySettings
Source§impl Ord for EmptySettings
impl Ord for EmptySettings
Source§fn cmp(&self, other: &EmptySettings) -> Ordering
fn cmp(&self, other: &EmptySettings) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EmptySettings
impl PartialEq for EmptySettings
Source§impl PartialOrd for EmptySettings
impl PartialOrd for EmptySettings
Source§impl<R, D, C> TableOption<R, C, D> for EmptySettings
impl<R, D, C> TableOption<R, C, D> for EmptySettings
impl Copy for EmptySettings
impl Eq for EmptySettings
impl StructuralPartialEq for EmptySettings
Auto Trait Implementations§
impl Freeze for EmptySettings
impl RefUnwindSafe for EmptySettings
impl Send for EmptySettings
impl Sync for EmptySettings
impl Unpin for EmptySettings
impl UnwindSafe for EmptySettings
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