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