pub struct ListDependenciesBuilder { /* private fields */ }Expand description
Builder for ListDependencies.
Implementations§
Source§impl ListDependenciesBuilder
impl ListDependenciesBuilder
Sourcepub fn joins<VALUE: Into<IcingaJoins<'static, IcingaDependencyJoinTypes>>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn joins<VALUE: Into<IcingaJoins<'static, IcingaDependencyJoinTypes>>>( &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 ListDependenciesBuilder
impl Clone for ListDependenciesBuilder
Source§fn clone(&self) -> ListDependenciesBuilder
fn clone(&self) -> ListDependenciesBuilder
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 ListDependenciesBuilder
impl Debug for ListDependenciesBuilder
Auto Trait Implementations§
impl Freeze for ListDependenciesBuilder
impl RefUnwindSafe for ListDependenciesBuilder
impl Send for ListDependenciesBuilder
impl Sync for ListDependenciesBuilder
impl Unpin for ListDependenciesBuilder
impl UnsafeUnpin for ListDependenciesBuilder
impl UnwindSafe for ListDependenciesBuilder
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