pub struct PodListOptions<'a> {
pub filters: Option<PodListFiltersOptions<'a>>,
}
Fields§
§filters: Option<PodListFiltersOptions<'a>>
Trait Implementations§
Source§impl<'a> Default for PodListOptions<'a>
impl<'a> Default for PodListOptions<'a>
Source§fn default() -> PodListOptions<'a>
fn default() -> PodListOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl<'a> Freeze for PodListOptions<'a>
impl<'a> RefUnwindSafe for PodListOptions<'a>
impl<'a> Send for PodListOptions<'a>
impl<'a> Sync for PodListOptions<'a>
impl<'a> Unpin for PodListOptions<'a>
impl<'a> UnwindSafe for PodListOptions<'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