pub struct ObjectStatus { /* private fields */ }Expand description
Statistics regarding an object returned by the pool.
Implementations§
Trait Implementations§
Source§impl Clone for ObjectStatus
impl Clone for ObjectStatus
Source§fn clone(&self) -> ObjectStatus
fn clone(&self) -> ObjectStatus
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 moreSource§impl Debug for ObjectStatus
impl Debug for ObjectStatus
Source§impl Default for ObjectStatus
impl Default for ObjectStatus
impl Copy for ObjectStatus
Auto Trait Implementations§
impl Freeze for ObjectStatus
impl RefUnwindSafe for ObjectStatus
impl Send for ObjectStatus
impl Sync for ObjectStatus
impl Unpin for ObjectStatus
impl UnwindSafe for ObjectStatus
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