Struct icinga2_api::api::query::runtime_objects::comment::ListCommentsBuilder
source · [−]pub struct ListCommentsBuilder { /* private fields */ }
Expand description
Builder for ListComments
.
Implementations
sourceimpl ListCommentsBuilder
impl ListCommentsBuilder
Trait Implementations
sourceimpl Clone for ListCommentsBuilder
impl Clone for ListCommentsBuilder
sourcefn clone(&self) -> ListCommentsBuilder
fn clone(&self) -> ListCommentsBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ListCommentsBuilder
impl Debug for ListCommentsBuilder
Auto Trait Implementations
impl RefUnwindSafe for ListCommentsBuilder
impl Send for ListCommentsBuilder
impl Sync for ListCommentsBuilder
impl Unpin for ListCommentsBuilder
impl UnwindSafe for ListCommentsBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more