pub struct Release { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<GithubReleaseFields> for Release
impl From<GithubReleaseFields> for Release
Source§fn from(fields: GithubReleaseFields) -> Self
fn from(fields: GithubReleaseFields) -> Self
Converts to this type from the input type.
Source§impl From<GitlabReleaseFields> for Release
impl From<GitlabReleaseFields> for Release
Source§fn from(fields: GitlabReleaseFields) -> Self
fn from(fields: GitlabReleaseFields) -> Self
Converts to this type from the input type.
Source§impl From<Release> for DisplayBody
impl From<Release> for DisplayBody
Auto Trait Implementations§
impl Freeze for Release
impl RefUnwindSafe for Release
impl Send for Release
impl Sync for Release
impl Unpin for Release
impl UnwindSafe for Release
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