pub struct ToPassOptions {
pub timeout: Duration,
pub intervals: Vec<u64>,
pub message: Option<String>,
}Fields§
§timeout: Duration§intervals: Vec<u64>§message: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ToPassOptions
impl RefUnwindSafe for ToPassOptions
impl Send for ToPassOptions
impl Sync for ToPassOptions
impl Unpin for ToPassOptions
impl UnsafeUnpin for ToPassOptions
impl UnwindSafe for ToPassOptions
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