pub struct StaticRouteDebug {
pub debug: Box<dyn Debug + Send + Sync>,
}
Fields§
§debug: Box<dyn Debug + Send + Sync>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StaticRouteDebug
impl !RefUnwindSafe for StaticRouteDebug
impl Send for StaticRouteDebug
impl Sync for StaticRouteDebug
impl Unpin for StaticRouteDebug
impl !UnwindSafe for StaticRouteDebug
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