pub struct Env {
pub interface: SocketAddr,
pub realm: Arc<String>,
pub router: Arc<Router>,
pub external: Arc<SocketAddr>,
pub externals: Arc<Vec<SocketAddr>>,
pub observer: Arc<dyn Observer>,
}
Fields§
§interface: SocketAddr
§realm: Arc<String>
§router: Arc<Router>
§external: Arc<SocketAddr>
§externals: Arc<Vec<SocketAddr>>
§observer: Arc<dyn Observer>
Auto Trait Implementations§
impl Freeze for Env
impl !RefUnwindSafe for Env
impl Send for Env
impl Sync for Env
impl Unpin for Env
impl !UnwindSafe for Env
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