pub struct ClusterDiag { /* private fields */ }Trait Implementations§
Source§impl Debug for ClusterDiag
impl Debug for ClusterDiag
Auto Trait Implementations§
impl Freeze for ClusterDiag
impl RefUnwindSafe for ClusterDiag
impl Send for ClusterDiag
impl Sync for ClusterDiag
impl Unpin for ClusterDiag
impl UnwindSafe for ClusterDiag
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