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