pub struct KeywordValue { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for KeywordValue
impl Clone for KeywordValue
Source§fn clone(&self) -> KeywordValue
fn clone(&self) -> KeywordValue
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 KeywordValue
impl Debug for KeywordValue
Source§impl Display for KeywordValue
impl Display for KeywordValue
Source§impl Ord for KeywordValue
impl Ord for KeywordValue
Source§fn cmp(&self, other: &KeywordValue) -> Ordering
fn cmp(&self, other: &KeywordValue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for KeywordValue
impl PartialEq for KeywordValue
Source§impl PartialOrd for KeywordValue
impl PartialOrd for KeywordValue
impl Eq for KeywordValue
impl StructuralPartialEq for KeywordValue
Auto Trait Implementations§
impl Freeze for KeywordValue
impl RefUnwindSafe for KeywordValue
impl Send for KeywordValue
impl Sync for KeywordValue
impl Unpin for KeywordValue
impl UnwindSafe for KeywordValue
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