pub struct HandleBox {
pub url: String,
pub inner: Box<dyn Handler>,
}
Fields§
§url: String
§inner: Box<dyn Handler>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HandleBox
impl !RefUnwindSafe for HandleBox
impl Send for HandleBox
impl Sync for HandleBox
impl Unpin for HandleBox
impl !UnwindSafe for HandleBox
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