pub struct Plugin { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for Plugin
impl Ord for Plugin
Source§impl PartialOrd for Plugin
impl PartialOrd for Plugin
Source§impl ToCommand for Plugin
impl ToCommand for Plugin
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for Plugin
impl StructuralPartialEq for Plugin
Auto Trait Implementations§
impl Freeze for Plugin
impl RefUnwindSafe for Plugin
impl Send for Plugin
impl Sync for Plugin
impl Unpin for Plugin
impl UnwindSafe for Plugin
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