pub struct NamedValueType { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for NamedValueType
impl Clone for NamedValueType
Source§fn clone(&self) -> NamedValueType
fn clone(&self) -> NamedValueType
Returns a duplicate 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 NamedValueType
impl Debug for NamedValueType
Source§impl Parse<'_> for NamedValueType
impl Parse<'_> for NamedValueType
Source§impl PartialEq for NamedValueType
impl PartialEq for NamedValueType
impl Eq for NamedValueType
impl StructuralPartialEq for NamedValueType
Auto Trait Implementations§
impl Freeze for NamedValueType
impl RefUnwindSafe for NamedValueType
impl Send for NamedValueType
impl Sync for NamedValueType
impl Unpin for NamedValueType
impl UnwindSafe for NamedValueType
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