Struct spreadsheet_ods::style::TableStyleRef
source · pub struct TableStyleRef { /* private fields */ }Expand description
Reference
Implementations§
Trait Implementations§
source§impl AsRef<TableStyleRef> for TableStyleRef
impl AsRef<TableStyleRef> for TableStyleRef
source§fn as_ref(&self) -> &TableStyleRef
fn as_ref(&self) -> &TableStyleRef
Converts this type into a shared reference of the (usually inferred) input type.
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 Display for TableStyleRef
impl Display 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<String> for TableStyleRef
impl From<String> for TableStyleRef
source§impl From<TableStyleRef> for String
impl From<TableStyleRef> for String
source§fn from(name: TableStyleRef) -> Self
fn from(name: TableStyleRef) -> Self
Converts to this type from the input type.
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