pub struct PodListOpts { /* private fields */ }
Expand description
Adjust the list of returned pods with this options.
Implementations§
Source§impl PodListOpts
impl PodListOpts
Sourcepub fn builder() -> PodListOptsBuilder
pub fn builder() -> PodListOptsBuilder
Returns a new instance of a builder for PodListOpts.
Trait Implementations§
Source§impl Clone for PodListOpts
impl Clone for PodListOpts
Source§fn clone(&self) -> PodListOpts
fn clone(&self) -> PodListOpts
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PodListOpts
impl Debug for PodListOpts
Source§impl Default for PodListOpts
impl Default for PodListOpts
Source§fn default() -> PodListOpts
fn default() -> PodListOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PodListOpts
impl RefUnwindSafe for PodListOpts
impl Send for PodListOpts
impl Sync for PodListOpts
impl Unpin for PodListOpts
impl UnwindSafe for PodListOpts
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