pub struct SingleKeyword { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for SingleKeyword
impl Clone for SingleKeyword
Source§fn clone(&self) -> SingleKeyword
fn clone(&self) -> SingleKeyword
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 SingleKeyword
impl Debug for SingleKeyword
Source§impl Display for SingleKeyword
impl Display for SingleKeyword
Source§impl Ord for SingleKeyword
impl Ord for SingleKeyword
Source§fn cmp(&self, other: &SingleKeyword) -> Ordering
fn cmp(&self, other: &SingleKeyword) -> 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 SingleKeyword
impl PartialEq for SingleKeyword
Source§impl PartialOrd for SingleKeyword
impl PartialOrd for SingleKeyword
impl Eq for SingleKeyword
impl StructuralPartialEq for SingleKeyword
Auto Trait Implementations§
impl Freeze for SingleKeyword
impl RefUnwindSafe for SingleKeyword
impl Send for SingleKeyword
impl Sync for SingleKeyword
impl Unpin for SingleKeyword
impl UnwindSafe for SingleKeyword
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