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