pub struct ListZonesBuilder { /* private fields */ }Expand description
Builder for ListZones.
Implementations§
Source§impl ListZonesBuilder
impl ListZonesBuilder
Sourcepub fn joins<VALUE: Into<IcingaJoins<'static, IcingaZoneJoinTypes>>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn joins<VALUE: Into<IcingaJoins<'static, IcingaZoneJoinTypes>>>( &mut self, value: VALUE, ) -> &mut Self
the joins (related objects) to return along with each result
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 ListZonesBuilder
impl Clone for ListZonesBuilder
Source§fn clone(&self) -> ListZonesBuilder
fn clone(&self) -> ListZonesBuilder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ListZonesBuilder
impl Debug for ListZonesBuilder
Auto Trait Implementations§
impl Freeze for ListZonesBuilder
impl RefUnwindSafe for ListZonesBuilder
impl Send for ListZonesBuilder
impl Sync for ListZonesBuilder
impl Unpin for ListZonesBuilder
impl UnsafeUnpin for ListZonesBuilder
impl UnwindSafe for ListZonesBuilder
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