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