pub struct PageProps {
pub left: Html,
pub right: Html,
}Fields§
§left: Html§right: HtmlTrait Implementations§
Source§impl Properties for PageProps
impl Properties for PageProps
impl StructuralPartialEq for PageProps
Auto Trait Implementations§
impl Freeze for PageProps
impl !RefUnwindSafe for PageProps
impl !Send for PageProps
impl !Sync for PageProps
impl Unpin for PageProps
impl !UnwindSafe for PageProps
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