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