pub struct PluginNotFound;Trait Implementations§
Source§impl Clone for PluginNotFound
impl Clone for PluginNotFound
Source§fn clone(&self) -> PluginNotFound
fn clone(&self) -> PluginNotFound
Returns a duplicate of the value. Read more
1.0.0 · 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 PluginNotFound
impl Debug for PluginNotFound
Source§impl Ord for PluginNotFound
impl Ord for PluginNotFound
Source§fn cmp(&self, other: &PluginNotFound) -> Ordering
fn cmp(&self, other: &PluginNotFound) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PluginNotFound
impl PartialEq for PluginNotFound
Source§impl PartialOrd for PluginNotFound
impl PartialOrd for PluginNotFound
impl Copy for PluginNotFound
impl Eq for PluginNotFound
impl StructuralPartialEq for PluginNotFound
Auto Trait Implementations§
impl Freeze for PluginNotFound
impl RefUnwindSafe for PluginNotFound
impl Send for PluginNotFound
impl Sync for PluginNotFound
impl Unpin for PluginNotFound
impl UnwindSafe for PluginNotFound
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