pub struct LinkPool { /* private fields */ }Expand description
Pool of hyperlinks with reference counting.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LinkPool
impl RefUnwindSafe for LinkPool
impl Send for LinkPool
impl Sync for LinkPool
impl Unpin for LinkPool
impl UnsafeUnpin for LinkPool
impl UnwindSafe for LinkPool
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