pub struct SnapshotWaitOpts {
pub snapshot_after: u64,
pub tail_lines: u64,
pub max_bytes: u64,
pub wait: bool,
pub wait_poll_ms: u64,
}Expand description
Options controlling the snapshot/wait phase after job launch.
Fields§
§snapshot_after: u64§tail_lines: u64§max_bytes: u64§wait: bool§wait_poll_ms: u64Auto Trait Implementations§
impl Freeze for SnapshotWaitOpts
impl RefUnwindSafe for SnapshotWaitOpts
impl Send for SnapshotWaitOpts
impl Sync for SnapshotWaitOpts
impl Unpin for SnapshotWaitOpts
impl UnsafeUnpin for SnapshotWaitOpts
impl UnwindSafe for SnapshotWaitOpts
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