pub struct ServiceListOptionsBuilder { /* private fields */ }
Expand description
Builder interface for ServicesListOptions
Implementations§
Source§impl ServiceListOptionsBuilder
impl ServiceListOptionsBuilder
pub fn filter(&mut self, filters: Vec<ServiceFilter>) -> &mut Self
pub fn enable_status(&mut self) -> &mut Self
pub fn build(&self) -> ServiceListOptions
Trait Implementations§
Source§impl Default for ServiceListOptionsBuilder
impl Default for ServiceListOptionsBuilder
Source§fn default() -> ServiceListOptionsBuilder
fn default() -> ServiceListOptionsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ServiceListOptionsBuilder
impl RefUnwindSafe for ServiceListOptionsBuilder
impl Send for ServiceListOptionsBuilder
impl Sync for ServiceListOptionsBuilder
impl Unpin for ServiceListOptionsBuilder
impl UnwindSafe for ServiceListOptionsBuilder
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