pub struct SiteBuilderImpl;Trait Implementations§
Source§impl SiteBuilder for SiteBuilderImpl
impl SiteBuilder for SiteBuilderImpl
Auto Trait Implementations§
impl Freeze for SiteBuilderImpl
impl RefUnwindSafe for SiteBuilderImpl
impl Send for SiteBuilderImpl
impl Sync for SiteBuilderImpl
impl Unpin for SiteBuilderImpl
impl UnwindSafe for SiteBuilderImpl
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