pub struct PluginOperationFailure { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PluginOperationFailure
impl Clone for PluginOperationFailure
Source§fn clone(&self) -> PluginOperationFailure
fn clone(&self) -> PluginOperationFailure
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 PluginOperationFailure
impl Debug for PluginOperationFailure
Source§impl Display for PluginOperationFailure
impl Display for PluginOperationFailure
Source§impl Error for PluginOperationFailure
impl Error for PluginOperationFailure
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl From<&str> for PluginOperationFailure
impl From<&str> for PluginOperationFailure
Source§impl From<PluginError> for PluginOperationFailure
impl From<PluginError> for PluginOperationFailure
Source§fn from(value: PluginError) -> Self
fn from(value: PluginError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PluginOperationFailure
impl RefUnwindSafe for PluginOperationFailure
impl Send for PluginOperationFailure
impl Sync for PluginOperationFailure
impl Unpin for PluginOperationFailure
impl UnsafeUnpin for PluginOperationFailure
impl UnwindSafe for PluginOperationFailure
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