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