pub enum SyslogEndpoint {
Local,
Remote(String),
}Expand description
Possible syslog endpoints
Variants§
Auto Trait Implementations§
impl Freeze for SyslogEndpoint
impl RefUnwindSafe for SyslogEndpoint
impl Send for SyslogEndpoint
impl Sync for SyslogEndpoint
impl Unpin for SyslogEndpoint
impl UnwindSafe for SyslogEndpoint
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