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