pub struct Http3ServerOpt {
pub listen: SocketAddr,
}Fields§
§listen: SocketAddrTrait Implementations§
Source§impl Clone for Http3ServerOpt
impl Clone for Http3ServerOpt
Source§fn clone(&self) -> Http3ServerOpt
fn clone(&self) -> Http3ServerOpt
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 Http3ServerOpt
impl RefUnwindSafe for Http3ServerOpt
impl Send for Http3ServerOpt
impl Sync for Http3ServerOpt
impl Unpin for Http3ServerOpt
impl UnwindSafe for Http3ServerOpt
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