Struct libdof::DescriptiveKey
source · pub struct DescriptiveKey { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for DescriptiveKey
impl Clone for DescriptiveKey
source§fn clone(&self) -> DescriptiveKey
fn clone(&self) -> DescriptiveKey
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 DescriptiveKey
impl Debug for DescriptiveKey
source§impl PartialEq for DescriptiveKey
impl PartialEq for DescriptiveKey
source§fn eq(&self, other: &DescriptiveKey) -> bool
fn eq(&self, other: &DescriptiveKey) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescriptiveKey
Auto Trait Implementations§
impl RefUnwindSafe for DescriptiveKey
impl Send for DescriptiveKey
impl Sync for DescriptiveKey
impl Unpin for DescriptiveKey
impl UnwindSafe for DescriptiveKey
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