pub struct PluginAbort {
pub code: String,
pub message: String,
}Fields§
§code: String§message: StringTrait Implementations§
Source§impl Clone for PluginAbort
impl Clone for PluginAbort
Source§fn clone(&self) -> PluginAbort
fn clone(&self) -> PluginAbort
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 moreAuto Trait Implementations§
impl Freeze for PluginAbort
impl RefUnwindSafe for PluginAbort
impl Send for PluginAbort
impl Sync for PluginAbort
impl Unpin for PluginAbort
impl UnsafeUnpin for PluginAbort
impl UnwindSafe for PluginAbort
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