pub struct PostPage {}
Expand description
A Post Page
Trait Implementations§
Auto Trait Implementations§
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