pub struct SendAndWaitOpts {
pub timeout: Option<Duration>,
}Fields§
§timeout: Option<Duration>Trait Implementations§
Source§impl Clone for SendAndWaitOpts
impl Clone for SendAndWaitOpts
Source§fn clone(&self) -> SendAndWaitOpts
fn clone(&self) -> SendAndWaitOpts
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 moreimpl Copy for SendAndWaitOpts
Source§impl Debug for SendAndWaitOpts
impl Debug for SendAndWaitOpts
Source§impl Default for SendAndWaitOpts
impl Default for SendAndWaitOpts
Source§fn default() -> SendAndWaitOpts
fn default() -> SendAndWaitOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SendAndWaitOpts
impl RefUnwindSafe for SendAndWaitOpts
impl Send for SendAndWaitOpts
impl Sync for SendAndWaitOpts
impl Unpin for SendAndWaitOpts
impl UnsafeUnpin for SendAndWaitOpts
impl UnwindSafe for SendAndWaitOpts
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