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