pub struct UriListParser;Trait Implementations§
Auto Trait Implementations§
impl Freeze for UriListParser
impl RefUnwindSafe for UriListParser
impl Send for UriListParser
impl Sync for UriListParser
impl Unpin for UriListParser
impl UnwindSafe for UriListParser
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