pub struct WebConfig {
pub addr: SocketAddr,
pub manager: Arc<GettextStoreManager>,
}Expand description
Web server configuration
Fields§
§addr: SocketAddr§manager: Arc<GettextStoreManager>Auto Trait Implementations§
impl Freeze for WebConfig
impl !RefUnwindSafe for WebConfig
impl Send for WebConfig
impl Sync for WebConfig
impl Unpin for WebConfig
impl UnsafeUnpin for WebConfig
impl !UnwindSafe for WebConfig
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