pub struct Daemon {
pub address: String,
/* private fields */
}Expand description
A server daemon handle that can be controlled externally
Fields§
§address: StringAddress the server is listening on
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Daemon
impl !RefUnwindSafe for Daemon
impl Send for Daemon
impl Sync for Daemon
impl Unpin for Daemon
impl !UnwindSafe for Daemon
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