pub struct DaemonConfig {
pub listen: Option<SocketAddr>,
pub socket: Option<PathBuf>,
pub idle_ttl: Option<Duration>,
}Fields§
§listen: Option<SocketAddr>§socket: Option<PathBuf>§idle_ttl: Option<Duration>Trait Implementations§
Source§impl Debug for DaemonConfig
impl Debug for DaemonConfig
Auto Trait Implementations§
impl Freeze for DaemonConfig
impl RefUnwindSafe for DaemonConfig
impl Send for DaemonConfig
impl Sync for DaemonConfig
impl Unpin for DaemonConfig
impl UnwindSafe for DaemonConfig
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