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