pub struct ReleaseNotes {
pub text: Url,
pub markdown: Url,
pub html: Url,
}Expand description
Release notes download information.
Fields§
§text: UrlThe URL for text release notes.
markdown: UrlThe URL for markdown release notes.
html: UrlThe URL for html release notes.
Trait Implementations§
Source§impl Debug for ReleaseNotes
impl Debug for ReleaseNotes
Source§impl<'de> Deserialize<'de> for ReleaseNotes
impl<'de> Deserialize<'de> for ReleaseNotes
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 ReleaseNotes
impl RefUnwindSafe for ReleaseNotes
impl Send for ReleaseNotes
impl Sync for ReleaseNotes
impl Unpin for ReleaseNotes
impl UnwindSafe for ReleaseNotes
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