pub struct PodStopLibpod {
pub t: Option<i64>,
}
Available on crate feature
v4
only.Fields§
§t: Option<i64>
timeout
Trait Implementations§
Source§impl Debug for PodStopLibpod
impl Debug for PodStopLibpod
Source§impl Default for PodStopLibpod
impl Default for PodStopLibpod
Source§fn default() -> PodStopLibpod
fn default() -> PodStopLibpod
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PodStopLibpod
impl RefUnwindSafe for PodStopLibpod
impl Send for PodStopLibpod
impl Sync for PodStopLibpod
impl Unpin for PodStopLibpod
impl UnwindSafe for PodStopLibpod
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