pub struct SmtpdParser { /* private fields */ }Expand description
SMTPD解析器
Implementations§
Source§impl SmtpdParser
impl SmtpdParser
Trait Implementations§
Source§impl ComponentParser for SmtpdParser
impl ComponentParser for SmtpdParser
Auto Trait Implementations§
impl Freeze for SmtpdParser
impl RefUnwindSafe for SmtpdParser
impl Send for SmtpdParser
impl Sync for SmtpdParser
impl Unpin for SmtpdParser
impl UnwindSafe for SmtpdParser
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