pub struct EndpointHelper;Implementations§
Source§impl EndpointHelper
API路径辅助函数
impl EndpointHelper
API路径辅助函数
Sourcepub fn has_unresolved_params(path: &str) -> bool
pub fn has_unresolved_params(path: &str) -> bool
检查路径是否包含未替换的参数
Auto Trait Implementations§
impl Freeze for EndpointHelper
impl RefUnwindSafe for EndpointHelper
impl Send for EndpointHelper
impl Sync for EndpointHelper
impl Unpin for EndpointHelper
impl UnwindSafe for EndpointHelper
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