pub struct SplitUrl<'a> {
pub proto: &'a str,
pub host: &'a str,
pub port: &'a str,
pub file: &'a str,
pub hash: &'a str,
}
Fields§
§proto: &'a str
§host: &'a str
§port: &'a str
§file: &'a str
§hash: &'a str
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for SplitUrl<'a>
impl<'a> RefUnwindSafe for SplitUrl<'a>
impl<'a> Send for SplitUrl<'a>
impl<'a> Sync for SplitUrl<'a>
impl<'a> Unpin for SplitUrl<'a>
impl<'a> UnwindSafe for SplitUrl<'a>
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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