pub struct ListCheckCommandsBuilder { /* private fields */ }
Expand description
Builder for ListCheckCommands
.
Implementations§
Source§impl ListCheckCommandsBuilder
impl ListCheckCommandsBuilder
Sourcepub fn meta<VALUE: Into<Vec<IcingaMetadataType>>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn meta<VALUE: Into<Vec<IcingaMetadataType>>>( &mut self, value: VALUE, ) -> &mut Self
the metadata to return along with each result
Sourcepub fn filter<VALUE: Into<IcingaFilter>>(&mut self, value: VALUE) -> &mut Self
pub fn filter<VALUE: Into<IcingaFilter>>(&mut self, value: VALUE) -> &mut Self
filter the results
Trait Implementations§
Source§impl Clone for ListCheckCommandsBuilder
impl Clone for ListCheckCommandsBuilder
Source§fn clone(&self) -> ListCheckCommandsBuilder
fn clone(&self) -> ListCheckCommandsBuilder
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 Debug for ListCheckCommandsBuilder
impl Debug for ListCheckCommandsBuilder
Auto Trait Implementations§
impl Freeze for ListCheckCommandsBuilder
impl RefUnwindSafe for ListCheckCommandsBuilder
impl Send for ListCheckCommandsBuilder
impl Sync for ListCheckCommandsBuilder
impl Unpin for ListCheckCommandsBuilder
impl UnwindSafe for ListCheckCommandsBuilder
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