pub struct ImplBuilder { /* private fields */ }Expand description
Helper to build an impl block.
Implementations§
Auto Trait Implementations§
impl Freeze for ImplBuilder
impl RefUnwindSafe for ImplBuilder
impl Send for ImplBuilder
impl Sync for ImplBuilder
impl Unpin for ImplBuilder
impl UnsafeUnpin for ImplBuilder
impl UnwindSafe for ImplBuilder
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