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