pub struct ListDowntimesBuilder { /* private fields */ }
Expand description
Builder for ListDowntimes
.
Implementations§
Source§impl ListDowntimesBuilder
impl ListDowntimesBuilder
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 ListDowntimesBuilder
impl Clone for ListDowntimesBuilder
Source§fn clone(&self) -> ListDowntimesBuilder
fn clone(&self) -> ListDowntimesBuilder
Returns a duplicate 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 ListDowntimesBuilder
impl Debug for ListDowntimesBuilder
Auto Trait Implementations§
impl Freeze for ListDowntimesBuilder
impl RefUnwindSafe for ListDowntimesBuilder
impl Send for ListDowntimesBuilder
impl Sync for ListDowntimesBuilder
impl Unpin for ListDowntimesBuilder
impl UnwindSafe for ListDowntimesBuilder
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