pub struct DeleteReleaseParams {
pub owner: String,
pub repo: String,
pub release_id: u64,
}Expand description
Parameters for deleting a release.
Fields§
§owner: String§repo: String§release_id: u64Trait Implementations§
Source§impl Clone for DeleteReleaseParams
impl Clone for DeleteReleaseParams
Source§fn clone(&self) -> DeleteReleaseParams
fn clone(&self) -> DeleteReleaseParams
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 moreAuto Trait Implementations§
impl Freeze for DeleteReleaseParams
impl RefUnwindSafe for DeleteReleaseParams
impl Send for DeleteReleaseParams
impl Sync for DeleteReleaseParams
impl Unpin for DeleteReleaseParams
impl UnsafeUnpin for DeleteReleaseParams
impl UnwindSafe for DeleteReleaseParams
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