Struct spreadsheet_ods::style::RowStyleRef
source · pub struct RowStyleRef { /* private fields */ }Expand description
Reference
Implementations§
Trait Implementations§
source§impl AsRef<str> for RowStyleRef
impl AsRef<str> for RowStyleRef
source§impl Borrow<str> for RowStyleRef
impl Borrow<str> for RowStyleRef
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 From<&String> for RowStyleRef
impl From<&String> for RowStyleRef
source§impl From<&str> for RowStyleRef
impl From<&str> for RowStyleRef
source§impl From<AnyStyleRef> for RowStyleRef
impl From<AnyStyleRef> for RowStyleRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<RowStyleRef> for AnyStyleRef
impl From<RowStyleRef> for AnyStyleRef
source§fn from(value: RowStyleRef) -> Self
fn from(value: RowStyleRef) -> Self
Converts to this type from the input type.
source§impl From<String> for RowStyleRef
impl From<String> for RowStyleRef
source§impl GetSize for RowStyleRef
impl GetSize for RowStyleRef
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 RowStyleRef
impl Hash for RowStyleRef
source§impl PartialEq for RowStyleRef
impl PartialEq for RowStyleRef
source§fn eq(&self, other: &RowStyleRef) -> bool
fn eq(&self, other: &RowStyleRef) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RowStyleRef
impl StructuralPartialEq for RowStyleRef
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