Struct spreadsheet_ods::format::ValueFormatRef
source · pub struct ValueFormatRef { /* private fields */ }
Expand description
Reference
Implementations§
Trait Implementations§
source§impl AsRef<str> for ValueFormatRef
impl AsRef<str> for ValueFormatRef
source§impl Borrow<str> for ValueFormatRef
impl Borrow<str> for ValueFormatRef
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 From<&String> for ValueFormatRef
impl From<&String> for ValueFormatRef
source§impl From<&str> for ValueFormatRef
impl From<&str> for ValueFormatRef
source§impl From<AnyStyleRef> for ValueFormatRef
impl From<AnyStyleRef> for ValueFormatRef
source§fn from(value: AnyStyleRef) -> Self
fn from(value: AnyStyleRef) -> Self
Converts to this type from the input type.
source§impl From<String> for ValueFormatRef
impl From<String> for ValueFormatRef
source§impl From<ValueFormatRef> for AnyStyleRef
impl From<ValueFormatRef> for AnyStyleRef
source§fn from(value: ValueFormatRef) -> Self
fn from(value: ValueFormatRef) -> Self
Converts to this type from the input type.
source§impl GetSize for ValueFormatRef
impl GetSize for ValueFormatRef
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 ValueFormatRef
impl Hash for ValueFormatRef
source§impl PartialEq for ValueFormatRef
impl PartialEq for ValueFormatRef
source§fn eq(&self, other: &ValueFormatRef) -> bool
fn eq(&self, other: &ValueFormatRef) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ValueFormatRef
impl StructuralPartialEq for ValueFormatRef
Auto Trait Implementations§
impl Freeze for ValueFormatRef
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.