pub struct ResolvedAppUrl {
pub url: String,
pub note: Option<String>,
}Fields§
§url: String§note: Option<String>Auto Trait Implementations§
impl Freeze for ResolvedAppUrl
impl RefUnwindSafe for ResolvedAppUrl
impl Send for ResolvedAppUrl
impl Sync for ResolvedAppUrl
impl Unpin for ResolvedAppUrl
impl UnsafeUnpin for ResolvedAppUrl
impl UnwindSafe for ResolvedAppUrl
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