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 duplicate 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 Freeze for HttpsServerOpt
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