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