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