pub struct TestAPlugin { /* private fields */ }Implementations§
Source§impl TestAPlugin
impl TestAPlugin
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestAPlugin
impl RefUnwindSafe for TestAPlugin
impl Send for TestAPlugin
impl Sync for TestAPlugin
impl Unpin for TestAPlugin
impl UnwindSafe for TestAPlugin
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