pub struct GithubReleaseFields { /* private fields */ }
Trait Implementations§
Source§impl From<&Value> for GithubReleaseFields
impl From<&Value> for GithubReleaseFields
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.
Auto Trait Implementations§
impl Freeze for GithubReleaseFields
impl RefUnwindSafe for GithubReleaseFields
impl Send for GithubReleaseFields
impl Sync for GithubReleaseFields
impl Unpin for GithubReleaseFields
impl UnwindSafe for GithubReleaseFields
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