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