pub struct MethodPlugin;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MethodPlugin
impl RefUnwindSafe for MethodPlugin
impl Send for MethodPlugin
impl Sync for MethodPlugin
impl Unpin for MethodPlugin
impl UnwindSafe for MethodPlugin
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