pub struct ListNotificationCommandsBuilder { /* private fields */ }
Expand description
Builder for ListNotificationCommands
.
Implementations§
Source§impl ListNotificationCommandsBuilder
impl ListNotificationCommandsBuilder
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 ListNotificationCommandsBuilder
impl Clone for ListNotificationCommandsBuilder
Source§fn clone(&self) -> ListNotificationCommandsBuilder
fn clone(&self) -> ListNotificationCommandsBuilder
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 moreAuto Trait Implementations§
impl Freeze for ListNotificationCommandsBuilder
impl RefUnwindSafe for ListNotificationCommandsBuilder
impl Send for ListNotificationCommandsBuilder
impl Sync for ListNotificationCommandsBuilder
impl Unpin for ListNotificationCommandsBuilder
impl UnwindSafe for ListNotificationCommandsBuilder
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