pub struct PostPage {}Expand description
A Post Page
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PostPage
impl RefUnwindSafe for PostPage
impl Send for PostPage
impl Sync for PostPage
impl Unpin for PostPage
impl UnwindSafe for PostPage
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