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