Fields
download_url: Option<String>URL to download the label for the package. Note: The URL will only be valid for 15 seconds
Implementations
sourceimpl LabelDownloadUrl
impl LabelDownloadUrl
pub fn new() -> LabelDownloadUrl
Trait Implementations
sourceimpl Clone for LabelDownloadUrl
impl Clone for LabelDownloadUrl
sourcefn clone(&self) -> LabelDownloadUrl
fn clone(&self) -> LabelDownloadUrl
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for LabelDownloadUrl
impl Debug for LabelDownloadUrl
sourceimpl Default for LabelDownloadUrl
impl Default for LabelDownloadUrl
sourcefn default() -> LabelDownloadUrl
fn default() -> LabelDownloadUrl
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for LabelDownloadUrl
impl<'de> Deserialize<'de> for LabelDownloadUrl
sourcefn 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
sourceimpl PartialEq<LabelDownloadUrl> for LabelDownloadUrl
impl PartialEq<LabelDownloadUrl> for LabelDownloadUrl
sourcefn eq(&self, other: &LabelDownloadUrl) -> bool
fn eq(&self, other: &LabelDownloadUrl) -> bool
sourceimpl Serialize for LabelDownloadUrl
impl Serialize for LabelDownloadUrl
impl StructuralPartialEq for LabelDownloadUrl
Auto Trait Implementations
impl RefUnwindSafe for LabelDownloadUrl
impl Send for LabelDownloadUrl
impl Sync for LabelDownloadUrl
impl Unpin for LabelDownloadUrl
impl UnwindSafe for LabelDownloadUrl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more