pub struct AcceptOptions {
pub timeout: Duration,
pub server_meta: ServerMeta,
}Fields§
§timeout: Duration§server_meta: ServerMetaTrait Implementations§
Source§impl Clone for AcceptOptions
impl Clone for AcceptOptions
Source§fn clone(&self) -> AcceptOptions
fn clone(&self) -> AcceptOptions
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 moreSource§impl Debug for AcceptOptions
impl Debug for AcceptOptions
Auto Trait Implementations§
impl Freeze for AcceptOptions
impl RefUnwindSafe for AcceptOptions
impl Send for AcceptOptions
impl Sync for AcceptOptions
impl Unpin for AcceptOptions
impl UnwindSafe for AcceptOptions
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