Struct icinga2_api::api::query::runtime_objects::downtime::ListDowntimesBuilder
source · pub struct ListDowntimesBuilder { /* private fields */ }Expand description
Builder for ListDowntimes.
Implementations§
source§impl ListDowntimesBuilder
impl ListDowntimesBuilder
Trait Implementations§
source§impl Clone for ListDowntimesBuilder
impl Clone for ListDowntimesBuilder
source§fn clone(&self) -> ListDowntimesBuilder
fn clone(&self) -> ListDowntimesBuilder
Returns a copy of the value. Read more
1.0.0 · 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 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§
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