pub struct ServiceReport<Status> { /* private fields */ }
Trait Implementations§
Source§impl<Status: Clone> Clone for ServiceReport<Status>
impl<Status: Clone> Clone for ServiceReport<Status>
Source§fn clone(&self) -> ServiceReport<Status>
fn clone(&self) -> ServiceReport<Status>
Returns a duplicate 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 moreAuto Trait Implementations§
impl<Status> Freeze for ServiceReport<Status>where
Status: Freeze,
impl<Status> RefUnwindSafe for ServiceReport<Status>where
Status: RefUnwindSafe,
impl<Status> Send for ServiceReport<Status>where
Status: Send,
impl<Status> Sync for ServiceReport<Status>where
Status: Sync,
impl<Status> Unpin for ServiceReport<Status>where
Status: Unpin,
impl<Status> UnwindSafe for ServiceReport<Status>where
Status: UnwindSafe,
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