pub struct ContainerStatsOptions<'a> {
pub containers: Option<Vec<&'a str>>,
pub interval: Option<i64>,
pub stream: Option<bool>,
}
Fields§
§containers: Option<Vec<&'a str>>
§interval: Option<i64>
§stream: Option<bool>
Auto Trait Implementations§
impl<'a> Freeze for ContainerStatsOptions<'a>
impl<'a> RefUnwindSafe for ContainerStatsOptions<'a>
impl<'a> Send for ContainerStatsOptions<'a>
impl<'a> Sync for ContainerStatsOptions<'a>
impl<'a> Unpin for ContainerStatsOptions<'a>
impl<'a> UnwindSafe for ContainerStatsOptions<'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