pub struct ServiceListOptions { /* private fields */ }
Expand description
Options for filtering services list results
Implementations§
Trait Implementations§
Source§impl Debug for ServiceListOptions
impl Debug for ServiceListOptions
Source§impl Default for ServiceListOptions
impl Default for ServiceListOptions
Source§fn default() -> ServiceListOptions
fn default() -> ServiceListOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ServiceListOptions
impl RefUnwindSafe for ServiceListOptions
impl Send for ServiceListOptions
impl Sync for ServiceListOptions
impl Unpin for ServiceListOptions
impl UnwindSafe for ServiceListOptions
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