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