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