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