pub struct ListReleasesParams {
pub owner: String,
pub repo: String,
}Expand description
Parameters for listing releases.
Fields§
§owner: String§repo: StringTrait Implementations§
Source§impl Clone for ListReleasesParams
impl Clone for ListReleasesParams
Source§fn clone(&self) -> ListReleasesParams
fn clone(&self) -> ListReleasesParams
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 ListReleasesParams
impl RefUnwindSafe for ListReleasesParams
impl Send for ListReleasesParams
impl Sync for ListReleasesParams
impl Unpin for ListReleasesParams
impl UnsafeUnpin for ListReleasesParams
impl UnwindSafe for ListReleasesParams
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