Enum rfc5321::parser::ForwardPath
source · pub enum ForwardPath {
Path(MailPath),
Postmaster,
}
Variants§
Trait Implementations§
source§impl Clone for ForwardPath
impl Clone for ForwardPath
source§fn clone(&self) -> ForwardPath
fn clone(&self) -> ForwardPath
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 ForwardPath
impl Debug for ForwardPath
source§impl PartialEq for ForwardPath
impl PartialEq for ForwardPath
source§impl ToString for ForwardPath
impl ToString for ForwardPath
source§impl TryFrom<&str> for ForwardPath
impl TryFrom<&str> for ForwardPath
impl Eq for ForwardPath
impl StructuralPartialEq for ForwardPath
Auto Trait Implementations§
impl Freeze for ForwardPath
impl RefUnwindSafe for ForwardPath
impl Send for ForwardPath
impl Sync for ForwardPath
impl Unpin for ForwardPath
impl UnwindSafe for ForwardPath
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
)