Struct concoct_web::WebRoot
source · pub struct WebRoot<B> {
pub body: Rc<B>,
}Fields§
§body: Rc<B>Trait Implementations§
Auto Trait Implementations§
impl<B> RefUnwindSafe for WebRoot<B>where
B: RefUnwindSafe,
impl<B> !Send for WebRoot<B>
impl<B> !Sync for WebRoot<B>
impl<B> Unpin for WebRoot<B>
impl<B> UnwindSafe for WebRoot<B>where
B: RefUnwindSafe,
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