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