pub enum PlaceholderWidth {
Col1,
Col2,
Col3,
Col4,
Col5,
Col6,
Col7,
Col8,
Col9,
Col10,
Col11,
Col12,
}Expand description
Placeholder width options.
Variants§
Trait Implementations§
Source§impl Clone for PlaceholderWidth
impl Clone for PlaceholderWidth
Source§fn clone(&self) -> PlaceholderWidth
fn clone(&self) -> PlaceholderWidth
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 moreimpl Copy for PlaceholderWidth
Auto Trait Implementations§
impl Freeze for PlaceholderWidth
impl RefUnwindSafe for PlaceholderWidth
impl Send for PlaceholderWidth
impl Sync for PlaceholderWidth
impl Unpin for PlaceholderWidth
impl UnwindSafe for PlaceholderWidth
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