pub struct RigLogsResult {
pub streamed: usize,
}Expand description
ign rig logs output model (04-02, RIG-02): only the count — the
lines themselves already streamed through the sink (the third
sanctioned stdout exception; the dispatch owns the printing, the
logs -f precedent).
Fields§
§streamed: usizeLines delivered to the sink.
Trait Implementations§
Source§impl Debug for RigLogsResult
impl Debug for RigLogsResult
Auto Trait Implementations§
impl Freeze for RigLogsResult
impl RefUnwindSafe for RigLogsResult
impl Send for RigLogsResult
impl Sync for RigLogsResult
impl Unpin for RigLogsResult
impl UnsafeUnpin for RigLogsResult
impl UnwindSafe for RigLogsResult
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