pub struct HttpServerShared {
pub terminate: bool,
pub watcher_id: u64,
pub watch_pending: Vec<(u64, Sender<String>)>,
pub files_read: Vec<String>,
}
Fields§
§terminate: bool
§watcher_id: u64
§watch_pending: Vec<(u64, Sender<String>)>
§files_read: Vec<String>
Trait Implementations§
Source§fn default() -> HttpServerShared
fn default() -> HttpServerShared
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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