pub struct UrlPayload {
pub url: String,
}
Expand description
The URL to launch as part of a OpenUrl message.
Fields§
§url: String
The URL to launch.
Trait Implementations§
Source§impl Debug for UrlPayload
impl Debug for UrlPayload
Source§impl<'de> Deserialize<'de> for UrlPayload
impl<'de> Deserialize<'de> for UrlPayload
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for UrlPayload
impl RefUnwindSafe for UrlPayload
impl Send for UrlPayload
impl Sync for UrlPayload
impl Unpin for UrlPayload
impl UnwindSafe for UrlPayload
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