pub struct RouteDef {
pub name: String,
pub path: String,
pub route: Arc<dyn Route + Send + Sync>,
}Fields§
§name: String§path: String§route: Arc<dyn Route + Send + Sync>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for RouteDef
impl !UnwindSafe for RouteDef
impl Freeze for RouteDef
impl Send for RouteDef
impl Sync for RouteDef
impl Unpin for RouteDef
impl UnsafeUnpin for RouteDef
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