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