pub struct MethodBuilder<'cb, C, F> { /* private fields */ }
Implementations§
Source§impl<'cb, C, F> MethodBuilder<'cb, C, F>
impl<'cb, C, F> MethodBuilder<'cb, C, F>
Auto Trait Implementations§
impl<'cb, C, F> Freeze for MethodBuilder<'cb, C, F>where
F: Freeze,
impl<'cb, C, F> RefUnwindSafe for MethodBuilder<'cb, C, F>where
F: RefUnwindSafe,
C: RefUnwindSafe,
impl<'cb, C, F> Send for MethodBuilder<'cb, C, F>
impl<'cb, C, F> Sync for MethodBuilder<'cb, C, F>
impl<'cb, C, F> Unpin for MethodBuilder<'cb, C, F>where
F: Unpin,
impl<'cb, C, F> !UnwindSafe for MethodBuilder<'cb, C, F>
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