pub enum __0 {}
Auto Trait Implementations§
impl Freeze for __0
impl RefUnwindSafe for __0
impl Send for __0
impl Sync for __0
impl Unpin for __0
impl UnwindSafe for __0
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