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