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