pub struct TimeoutLineOpts<'a> {
pub host: &'a HostEntry,
pub ping_index: u32,
pub max_len: usize,
pub timestamp: bool,
pub json: bool,
}Fields§
§host: &'a HostEntry§ping_index: u32§max_len: usize§timestamp: bool§json: boolAuto Trait Implementations§
impl<'a> Freeze for TimeoutLineOpts<'a>
impl<'a> RefUnwindSafe for TimeoutLineOpts<'a>
impl<'a> Send for TimeoutLineOpts<'a>
impl<'a> Sync for TimeoutLineOpts<'a>
impl<'a> Unpin for TimeoutLineOpts<'a>
impl<'a> UnsafeUnpin for TimeoutLineOpts<'a>
impl<'a> UnwindSafe for TimeoutLineOpts<'a>
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