Enum spreadsheet_ods::style::StyleOrigin
source · pub enum StyleOrigin {
Content,
Styles,
}Expand description
Origin of a style. Content.xml or Styles.xml.
Variants§
Trait Implementations§
source§impl Clone for StyleOrigin
impl Clone for StyleOrigin
source§fn clone(&self) -> StyleOrigin
fn clone(&self) -> StyleOrigin
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 StyleOrigin
impl Debug for StyleOrigin
source§impl Default for StyleOrigin
impl Default for StyleOrigin
source§fn default() -> StyleOrigin
fn default() -> StyleOrigin
Returns the “default value” for a type. Read more
source§impl GetSize for StyleOrigin
impl GetSize for StyleOrigin
source§fn get_heap_size(&self) -> usize
fn get_heap_size(&self) -> usize
Determines how many bytes this object occupies inside the heap. Read more
source§fn get_stack_size() -> usize
fn get_stack_size() -> usize
Determines how may bytes this object occupies inside the stack. Read more
source§impl PartialEq for StyleOrigin
impl PartialEq for StyleOrigin
source§fn eq(&self, other: &StyleOrigin) -> bool
fn eq(&self, other: &StyleOrigin) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for StyleOrigin
impl Eq for StyleOrigin
impl StructuralPartialEq for StyleOrigin
Auto Trait Implementations§
impl RefUnwindSafe for StyleOrigin
impl Send for StyleOrigin
impl Sync for StyleOrigin
impl Unpin for StyleOrigin
impl UnwindSafe for StyleOrigin
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