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