Struct rfc5321::parser::EsmtpParameter
source · pub struct EsmtpParameter {
pub name: String,
pub value: Option<String>,
}
Fields§
§name: String
§value: Option<String>
Trait Implementations§
source§impl Clone for EsmtpParameter
impl Clone for EsmtpParameter
source§fn clone(&self) -> EsmtpParameter
fn clone(&self) -> EsmtpParameter
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 EsmtpParameter
impl Debug for EsmtpParameter
source§impl PartialEq for EsmtpParameter
impl PartialEq for EsmtpParameter
source§impl ToString for EsmtpParameter
impl ToString for EsmtpParameter
impl Eq for EsmtpParameter
impl StructuralPartialEq for EsmtpParameter
Auto Trait Implementations§
impl Freeze for EsmtpParameter
impl RefUnwindSafe for EsmtpParameter
impl Send for EsmtpParameter
impl Sync for EsmtpParameter
impl Unpin for EsmtpParameter
impl UnwindSafe for EsmtpParameter
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)