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 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 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§fn get_heap_size_with_tracker<T>(&self, tracker: T) -> (usize, T)where
T: GetSizeTracker,
fn get_heap_size_with_tracker<T>(&self, tracker: T) -> (usize, T)where
T: GetSizeTracker,
Determines how many bytes this object occupies inside the heap while using a
tracker. Read moreSource§fn get_size_with_tracker<T>(&self, tracker: T) -> (usize, T)where
T: GetSizeTracker,
fn get_size_with_tracker<T>(&self, tracker: T) -> (usize, T)where
T: GetSizeTracker,
Determines the total size of the object while using a
tracker. Read moreSource§impl Hash for AnyStyleRef
impl Hash for AnyStyleRef
Source§impl PartialEq for AnyStyleRef
impl PartialEq for AnyStyleRef
impl Eq for AnyStyleRef
impl StructuralPartialEq for AnyStyleRef
Auto Trait Implementations§
impl Freeze for AnyStyleRef
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.