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