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