pub struct MethodHandler { /* private fields */ }Expand description
方法处理器构建器
Auto Trait Implementations§
impl Freeze for MethodHandler
impl !RefUnwindSafe for MethodHandler
impl Send for MethodHandler
impl Sync for MethodHandler
impl Unpin for MethodHandler
impl UnsafeUnpin for MethodHandler
impl !UnwindSafe for MethodHandler
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