pub struct Page { /* private fields */ }Implementations§
Source§impl Page
impl Page
pub fn new() -> Page
pub fn with_title(self, title: String) -> Page
pub fn with_meta_title(self, meta_title: String) -> Page
pub fn with_section_title(self, section_title: String) -> Page
pub fn with_short_description(self, short_description: String) -> Page
pub fn with_page_description(self, page_description: String) -> Page
pub fn with_content(self, content: String) -> Page
pub fn with_weight(self, weight: i32) -> Page
Auto Trait Implementations§
impl Freeze for Page
impl RefUnwindSafe for Page
impl Send for Page
impl Sync for Page
impl Unpin for Page
impl UnwindSafe for Page
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