pub struct WithAck {
pub init_timeout: Duration,
pub stop_timeout: Duration,
}Fields§
§init_timeout: Duration§stop_timeout: DurationImplementations§
Trait Implementations§
impl Copy for WithAck
Auto Trait Implementations§
impl Freeze for WithAck
impl RefUnwindSafe for WithAck
impl Send for WithAck
impl Sync for WithAck
impl Unpin for WithAck
impl UnwindSafe for WithAck
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