pub struct ReleaseShallowReference {
pub links: Option<Value>,
pub id: Option<i32>,
pub name: Option<String>,
pub url: Option<String>,
}Fields§
§links: Option<Value>Links
id: Option<i32>Gets the unique identifier of release.
name: Option<String>Gets or sets the name of the release.
url: Option<String>Gets the REST API url to access the release.
Implementations§
Trait Implementations§
Source§impl Clone for ReleaseShallowReference
impl Clone for ReleaseShallowReference
Source§fn clone(&self) -> ReleaseShallowReference
fn clone(&self) -> ReleaseShallowReference
Returns a copy of the value. Read more
1.0.0 · 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 ReleaseShallowReference
impl Debug for ReleaseShallowReference
Source§impl Default for ReleaseShallowReference
impl Default for ReleaseShallowReference
Source§fn default() -> ReleaseShallowReference
fn default() -> ReleaseShallowReference
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReleaseShallowReference
impl<'de> Deserialize<'de> for ReleaseShallowReference
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
Source§impl PartialEq for ReleaseShallowReference
impl PartialEq for ReleaseShallowReference
Source§impl Serialize for ReleaseShallowReference
impl Serialize for ReleaseShallowReference
impl StructuralPartialEq for ReleaseShallowReference
Auto Trait Implementations§
impl Freeze for ReleaseShallowReference
impl RefUnwindSafe for ReleaseShallowReference
impl Send for ReleaseShallowReference
impl Sync for ReleaseShallowReference
impl Unpin for ReleaseShallowReference
impl UnwindSafe for ReleaseShallowReference
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