pub struct OtherUrl {
pub label: String,
pub url: Url,
}
Expand description
See the Game OtherUrls Object docs for more information.
Fields§
§label: String
§url: Url
Trait Implementations§
source§impl<'de> Deserialize<'de> for OtherUrl
impl<'de> Deserialize<'de> for OtherUrl
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 OtherUrl
impl RefUnwindSafe for OtherUrl
impl Send for OtherUrl
impl Sync for OtherUrl
impl Unpin for OtherUrl
impl UnwindSafe for OtherUrl
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