pub struct LitUrl {
pub host: String,
pub port: u16,
pub path: String,
}Expand description
Parsed lit:// URL components
Fields§
§host: String§port: u16§path: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for LitUrl
impl RefUnwindSafe for LitUrl
impl Send for LitUrl
impl Sync for LitUrl
impl Unpin for LitUrl
impl UnsafeUnpin for LitUrl
impl UnwindSafe for LitUrl
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