Struct bollard::container::TopOptions
source · pub struct TopOptions<T>{
pub ps_args: T,
}
Expand description
Parameters used in the Top Processes API
§Examples
use bollard::container::TopOptions;
TopOptions{
ps_args: "aux",
};
Fields§
§ps_args: T
The arguments to pass to ps
. For example, aux
Trait Implementations§
source§impl<T> Clone for TopOptions<T>
impl<T> Clone for TopOptions<T>
source§fn clone(&self) -> TopOptions<T>
fn clone(&self) -> TopOptions<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<T> Debug for TopOptions<T>
impl<T> Debug for TopOptions<T>
source§impl<T> Default for TopOptions<T>
impl<T> Default for TopOptions<T>
source§fn default() -> TopOptions<T>
fn default() -> TopOptions<T>
Returns the “default value” for a type. Read more
source§impl<T> PartialEq for TopOptions<T>
impl<T> PartialEq for TopOptions<T>
source§impl<T> Serialize for TopOptions<T>
impl<T> Serialize for TopOptions<T>
impl<T> StructuralPartialEq for TopOptions<T>
Auto Trait Implementations§
impl<T> Freeze for TopOptions<T>where
T: Freeze,
impl<T> RefUnwindSafe for TopOptions<T>where
T: RefUnwindSafe,
impl<T> Send for TopOptions<T>where
T: Send,
impl<T> Sync for TopOptions<T>where
T: Sync,
impl<T> Unpin for TopOptions<T>where
T: Unpin,
impl<T> UnwindSafe for TopOptions<T>where
T: UnwindSafe,
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)