pub struct Fixer { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fixer
impl RefUnwindSafe for Fixer
impl Send for Fixer
impl Sync for Fixer
impl Unpin for Fixer
impl UnwindSafe for Fixer
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