pub struct RelayParser;Expand description
RELAY组件解析器
处理Postfix relay/smtp传输代理的日志 relay组件负责通过SMTP将邮件发送到远程或本地目标
Implementations§
Source§impl RelayParser
impl RelayParser
Trait Implementations§
Source§impl ComponentParser for RelayParser
impl ComponentParser for RelayParser
Auto Trait Implementations§
impl Freeze for RelayParser
impl RefUnwindSafe for RelayParser
impl Send for RelayParser
impl Sync for RelayParser
impl Unpin for RelayParser
impl UnwindSafe for RelayParser
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> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more