Struct chitey_server::server::https_server::HttpsServerOpt
source · pub struct HttpsServerOpt {
pub listen: SocketAddr,
}Fields§
§listen: SocketAddrTrait Implementations§
source§impl Clone for HttpsServerOpt
impl Clone for HttpsServerOpt
source§fn clone(&self) -> HttpsServerOpt
fn clone(&self) -> HttpsServerOpt
Returns a copy of the value. Read more
1.0.0 · 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 RefUnwindSafe for HttpsServerOpt
impl Send for HttpsServerOpt
impl Sync for HttpsServerOpt
impl Unpin for HttpsServerOpt
impl UnwindSafe for HttpsServerOpt
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