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