pub struct AppServerOptions {
pub listen: SocketAddr,
pub config_path: Option<PathBuf>,
}Fields§
§listen: SocketAddr§config_path: Option<PathBuf>Trait Implementations§
Source§impl Clone for AppServerOptions
impl Clone for AppServerOptions
Source§fn clone(&self) -> AppServerOptions
fn clone(&self) -> AppServerOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for AppServerOptions
impl RefUnwindSafe for AppServerOptions
impl Send for AppServerOptions
impl Sync for AppServerOptions
impl Unpin for AppServerOptions
impl UnsafeUnpin for AppServerOptions
impl UnwindSafe for AppServerOptions
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