Struct spreadsheet_ods::style::TextStyleRef
source · pub struct TextStyleRef { /* private fields */ }Expand description
Reference
Implementations§
Trait Implementations§
source§impl AsRef<str> for TextStyleRef
impl AsRef<str> for TextStyleRef
source§impl Borrow<str> for TextStyleRef
impl Borrow<str> for TextStyleRef
source§impl Clone for TextStyleRef
impl Clone for TextStyleRef
source§fn clone(&self) -> TextStyleRef
fn clone(&self) -> TextStyleRef
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 TextStyleRef
impl Debug for TextStyleRef
source§impl From<&String> for TextStyleRef
impl From<&String> for TextStyleRef
source§impl From<&str> for TextStyleRef
impl From<&str> for TextStyleRef
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<String> for TextStyleRef
impl From<String> for TextStyleRef
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 GetSize for TextStyleRef
impl GetSize for TextStyleRef
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 TextStyleRef
impl Hash for TextStyleRef
source§impl PartialEq for TextStyleRef
impl PartialEq for TextStyleRef
source§fn eq(&self, other: &TextStyleRef) -> bool
fn eq(&self, other: &TextStyleRef) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for TextStyleRef
impl StructuralPartialEq for TextStyleRef
Auto Trait Implementations§
impl RefUnwindSafe for TextStyleRef
impl Send for TextStyleRef
impl Sync for TextStyleRef
impl Unpin for TextStyleRef
impl UnwindSafe for TextStyleRef
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