Struct spreadsheet_ods::style::AnyStyleRef
source · pub struct AnyStyleRef { /* private fields */ }Expand description
Reference
Implementations§
Trait Implementations§
source§impl AsRef<str> for AnyStyleRef
impl AsRef<str> for AnyStyleRef
source§impl Borrow<str> for AnyStyleRef
impl Borrow<str> for AnyStyleRef
source§impl Clone for AnyStyleRef
impl Clone for AnyStyleRef
source§fn clone(&self) -> AnyStyleRef
fn clone(&self) -> AnyStyleRef
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 AnyStyleRef
impl Debug for AnyStyleRef
source§impl From<&String> for AnyStyleRef
impl From<&String> for AnyStyleRef
source§impl From<&str> for AnyStyleRef
impl From<&str> for AnyStyleRef
source§impl From<AnyStyleRef> for CellStyleRef
impl From<AnyStyleRef> for CellStyleRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<AnyStyleRef> for ColStyleRef
impl From<AnyStyleRef> for ColStyleRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<AnyStyleRef> for GraphicStyleRef
impl From<AnyStyleRef> for GraphicStyleRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<AnyStyleRef> for MasterPageRef
impl From<AnyStyleRef> for MasterPageRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<AnyStyleRef> for PageStyleRef
impl From<AnyStyleRef> for PageStyleRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<AnyStyleRef> for ParagraphStyleRef
impl From<AnyStyleRef> for ParagraphStyleRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<AnyStyleRef> for RowStyleRef
impl From<AnyStyleRef> for RowStyleRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<AnyStyleRef> for RubyStyleRef
impl From<AnyStyleRef> for RubyStyleRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<AnyStyleRef> for TableStyleRef
impl From<AnyStyleRef> for TableStyleRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<AnyStyleRef> for TextStyleRef
impl From<AnyStyleRef> for TextStyleRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<AnyStyleRef> for ValidationRef
impl From<AnyStyleRef> for ValidationRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<AnyStyleRef> for ValueFormatRef
impl From<AnyStyleRef> for ValueFormatRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<CellStyleRef> for AnyStyleRef
impl From<CellStyleRef> for AnyStyleRef
source§fn from(value: CellStyleRef) -> Self
fn from(value: CellStyleRef) -> Self
Converts to this type from the input type.
source§impl From<ColStyleRef> for AnyStyleRef
impl From<ColStyleRef> for AnyStyleRef
source§fn from(value: ColStyleRef) -> Self
fn from(value: ColStyleRef) -> Self
Converts to this type from the input type.
source§impl From<GraphicStyleRef> for AnyStyleRef
impl From<GraphicStyleRef> for AnyStyleRef
source§fn from(value: GraphicStyleRef) -> Self
fn from(value: GraphicStyleRef) -> Self
Converts to this type from the input type.
source§impl From<MasterPageRef> for AnyStyleRef
impl From<MasterPageRef> for AnyStyleRef
source§fn from(value: MasterPageRef) -> Self
fn from(value: MasterPageRef) -> Self
Converts to this type from the input type.
source§impl From<PageStyleRef> for AnyStyleRef
impl From<PageStyleRef> for AnyStyleRef
source§fn from(value: PageStyleRef) -> Self
fn from(value: PageStyleRef) -> Self
Converts to this type from the input type.
source§impl From<ParagraphStyleRef> for AnyStyleRef
impl From<ParagraphStyleRef> for AnyStyleRef
source§fn from(value: ParagraphStyleRef) -> Self
fn from(value: ParagraphStyleRef) -> Self
Converts to this type from the input type.
source§impl From<RowStyleRef> for AnyStyleRef
impl From<RowStyleRef> for AnyStyleRef
source§fn from(value: RowStyleRef) -> Self
fn from(value: RowStyleRef) -> Self
Converts to this type from the input type.
source§impl From<RubyStyleRef> for AnyStyleRef
impl From<RubyStyleRef> for AnyStyleRef
source§fn from(value: RubyStyleRef) -> Self
fn from(value: RubyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<String> for AnyStyleRef
impl From<String> for AnyStyleRef
source§impl From<TableStyleRef> for AnyStyleRef
impl From<TableStyleRef> for AnyStyleRef
source§fn from(value: TableStyleRef) -> Self
fn from(value: TableStyleRef) -> Self
Converts to this type from the input type.
source§impl From<TextStyleRef> for AnyStyleRef
impl From<TextStyleRef> for AnyStyleRef
source§fn from(value: TextStyleRef) -> Self
fn from(value: TextStyleRef) -> Self
Converts to this type from the input type.
source§impl From<ValidationRef> for AnyStyleRef
impl From<ValidationRef> for AnyStyleRef
source§fn from(value: ValidationRef) -> Self
fn from(value: ValidationRef) -> Self
Converts to this type from the input type.
source§impl From<ValueFormatRef> for AnyStyleRef
impl From<ValueFormatRef> for AnyStyleRef
source§fn from(value: ValueFormatRef) -> Self
fn from(value: ValueFormatRef) -> Self
Converts to this type from the input type.
source§impl GetSize for AnyStyleRef
impl GetSize for AnyStyleRef
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 Hash for AnyStyleRef
impl Hash for AnyStyleRef
source§impl PartialEq for AnyStyleRef
impl PartialEq for AnyStyleRef
source§fn eq(&self, other: &AnyStyleRef) -> bool
fn eq(&self, other: &AnyStyleRef) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for AnyStyleRef
impl StructuralPartialEq for AnyStyleRef
Auto Trait Implementations§
impl RefUnwindSafe for AnyStyleRef
impl Send for AnyStyleRef
impl Sync for AnyStyleRef
impl Unpin for AnyStyleRef
impl UnwindSafe for AnyStyleRef
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