pub struct AdminDiagnosticsResponse { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AdminDiagnosticsResponse
impl Clone for AdminDiagnosticsResponse
Source§fn clone(&self) -> AdminDiagnosticsResponse
fn clone(&self) -> AdminDiagnosticsResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AdminDiagnosticsResponse
impl Debug for AdminDiagnosticsResponse
Source§impl Default for AdminDiagnosticsResponse
impl Default for AdminDiagnosticsResponse
Source§impl From<AdminDiagnosticsResponse> for AdminDiagnosticsResponse
impl From<AdminDiagnosticsResponse> for AdminDiagnosticsResponse
Source§fn from(value: AdminDiagnosticsResponse) -> Self
fn from(value: AdminDiagnosticsResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AdminDiagnosticsResponse> for AdminDiagnosticsResponse
impl TryFrom<AdminDiagnosticsResponse> for AdminDiagnosticsResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AdminDiagnosticsResponse) -> Result<Self, ConversionError>
fn try_from(value: AdminDiagnosticsResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AdminDiagnosticsResponse
impl RefUnwindSafe for AdminDiagnosticsResponse
impl Send for AdminDiagnosticsResponse
impl Sync for AdminDiagnosticsResponse
impl Unpin for AdminDiagnosticsResponse
impl UnsafeUnpin for AdminDiagnosticsResponse
impl UnwindSafe for AdminDiagnosticsResponse
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