pub struct CellMargin {
pub val: usize,
pub width_type: WidthType,
}
Fields§
§val: usize
§width_type: WidthType
Implementations§
Trait Implementations§
Source§impl Clone for CellMargin
impl Clone for CellMargin
Source§fn clone(&self) -> CellMargin
fn clone(&self) -> CellMargin
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 CellMargin
impl Debug for CellMargin
Source§impl Default for CellMargin
impl Default for CellMargin
Source§fn default() -> CellMargin
fn default() -> CellMargin
Returns the “default value” for a type. Read more
Source§impl PartialEq for CellMargin
impl PartialEq for CellMargin
Source§impl Serialize for CellMargin
impl Serialize for CellMargin
impl StructuralPartialEq for CellMargin
Auto Trait Implementations§
impl Freeze for CellMargin
impl RefUnwindSafe for CellMargin
impl Send for CellMargin
impl Sync for CellMargin
impl Unpin for CellMargin
impl UnwindSafe for CellMargin
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