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