pub struct SitePages { /* private fields */ }Auto Trait Implementations§
impl Freeze for SitePages
impl RefUnwindSafe for SitePages
impl Send for SitePages
impl Sync for SitePages
impl Unpin for SitePages
impl UnwindSafe for SitePages
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