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