pub struct ReleaseLink {
pub id: ReleaseLinkId,
pub name: String,
pub url: String,
pub direct_asset_url: String,
pub link_type: ReleaseLinkType,
}Fields§
§id: ReleaseLinkId§name: String§url: String§direct_asset_url: String§link_type: ReleaseLinkTypeTrait Implementations§
Source§impl Clone for ReleaseLink
impl Clone for ReleaseLink
Source§fn clone(&self) -> ReleaseLink
fn clone(&self) -> ReleaseLink
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReleaseLink
impl Debug for ReleaseLink
impl Eq for ReleaseLink
Source§impl Hash for ReleaseLink
impl Hash for ReleaseLink
Source§impl Ord for ReleaseLink
impl Ord for ReleaseLink
Source§fn cmp(&self, other: &ReleaseLink) -> Ordering
fn cmp(&self, other: &ReleaseLink) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ReleaseLink
impl PartialEq for ReleaseLink
Source§impl PartialOrd for ReleaseLink
impl PartialOrd for ReleaseLink
impl StructuralPartialEq for ReleaseLink
Auto Trait Implementations§
impl Freeze for ReleaseLink
impl RefUnwindSafe for ReleaseLink
impl Send for ReleaseLink
impl Sync for ReleaseLink
impl Unpin for ReleaseLink
impl UnsafeUnpin for ReleaseLink
impl UnwindSafe for ReleaseLink
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