Struct icinga2_api::api::query::runtime_objects::downtime::ListDowntimesBuilder
source · [−]pub struct ListDowntimesBuilder { /* private fields */ }
Expand description
Builder for ListDowntimes
.
Implementations
sourceimpl ListDowntimesBuilder
impl ListDowntimesBuilder
Trait Implementations
sourceimpl Clone for ListDowntimesBuilder
impl Clone for ListDowntimesBuilder
sourcefn clone(&self) -> ListDowntimesBuilder
fn clone(&self) -> ListDowntimesBuilder
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 ListDowntimesBuilder
impl Debug for ListDowntimesBuilder
Auto Trait Implementations
impl RefUnwindSafe for ListDowntimesBuilder
impl Send for ListDowntimesBuilder
impl Sync for ListDowntimesBuilder
impl Unpin for ListDowntimesBuilder
impl UnwindSafe for ListDowntimesBuilder
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