pub struct GetVersionRelatedIssuesParams {
pub id: String,
}Expand description
struct for passing parameters to the method get_version_related_issues
Fields§
§id: StringThe ID of the version.
Trait Implementations§
Source§impl Clone for GetVersionRelatedIssuesParams
impl Clone for GetVersionRelatedIssuesParams
Source§fn clone(&self) -> GetVersionRelatedIssuesParams
fn clone(&self) -> GetVersionRelatedIssuesParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GetVersionRelatedIssuesParams
impl Default for GetVersionRelatedIssuesParams
Source§fn default() -> GetVersionRelatedIssuesParams
fn default() -> GetVersionRelatedIssuesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetVersionRelatedIssuesParams
impl RefUnwindSafe for GetVersionRelatedIssuesParams
impl Send for GetVersionRelatedIssuesParams
impl Sync for GetVersionRelatedIssuesParams
impl Unpin for GetVersionRelatedIssuesParams
impl UnwindSafe for GetVersionRelatedIssuesParams
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