pub struct EndpointParser;
Implementations§
Source§impl EndpointParser
impl EndpointParser
pub fn parse_endpoint(input: &str) -> Result<Endpoint, ParseError>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EndpointParser
impl RefUnwindSafe for EndpointParser
impl Send for EndpointParser
impl Sync for EndpointParser
impl Unpin for EndpointParser
impl UnwindSafe for EndpointParser
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