pub struct topPosts;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for topPosts
impl RefUnwindSafe for topPosts
impl Send for topPosts
impl Sync for topPosts
impl Unpin for topPosts
impl UnwindSafe for topPosts
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