Enum spreadsheet_ods::style::units::RelativeScale
source · pub enum RelativeScale {
Scale,
ScaleMin,
Percent(Percent),
}Expand description
20.340 style:rel-width
The style:rel-width attribute specifies the width of a table relative to the width of the area that the table is in.
The style:rel-width attribute has the data type percent 18.3.23.
Variants§
Trait Implementations§
source§impl Clone for RelativeScale
impl Clone for RelativeScale
source§fn clone(&self) -> RelativeScale
fn clone(&self) -> RelativeScale
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 RelativeScale
impl Debug for RelativeScale
source§impl Display for RelativeScale
impl Display for RelativeScale
source§impl PartialEq for RelativeScale
impl PartialEq for RelativeScale
source§fn eq(&self, other: &RelativeScale) -> bool
fn eq(&self, other: &RelativeScale) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for RelativeScale
Auto Trait Implementations§
impl RefUnwindSafe for RelativeScale
impl Send for RelativeScale
impl Sync for RelativeScale
impl Unpin for RelativeScale
impl UnwindSafe for RelativeScale
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