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