pub struct EhloKeyword(/* private fields */);Expand description
EHLO keyword metadata.
Implementations§
Trait Implementations§
Source§impl Clone for EhloKeyword
impl Clone for EhloKeyword
Source§fn clone(&self) -> EhloKeyword
fn clone(&self) -> EhloKeyword
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EhloKeyword
impl Debug for EhloKeyword
Source§impl Display for EhloKeyword
impl Display for EhloKeyword
Source§impl Hash for EhloKeyword
impl Hash for EhloKeyword
Source§impl Ord for EhloKeyword
impl Ord for EhloKeyword
Source§fn cmp(&self, other: &EhloKeyword) -> Ordering
fn cmp(&self, other: &EhloKeyword) -> Ordering
1.21.0 (const: unstable) · 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 EhloKeyword
impl PartialEq for EhloKeyword
Source§fn eq(&self, other: &EhloKeyword) -> bool
fn eq(&self, other: &EhloKeyword) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EhloKeyword
impl PartialOrd for EhloKeyword
impl Eq for EhloKeyword
impl StructuralPartialEq for EhloKeyword
Auto Trait Implementations§
impl Freeze for EhloKeyword
impl RefUnwindSafe for EhloKeyword
impl Send for EhloKeyword
impl Sync for EhloKeyword
impl Unpin for EhloKeyword
impl UnsafeUnpin for EhloKeyword
impl UnwindSafe for EhloKeyword
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