pub struct GetVersionUnresolvedIssuesParams {
pub id: String,
}Expand description
struct for passing parameters to the method get_version_unresolved_issues
Fields§
§id: StringThe ID of the version.
Trait Implementations§
Source§impl Clone for GetVersionUnresolvedIssuesParams
impl Clone for GetVersionUnresolvedIssuesParams
Source§fn clone(&self) -> GetVersionUnresolvedIssuesParams
fn clone(&self) -> GetVersionUnresolvedIssuesParams
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 GetVersionUnresolvedIssuesParams
impl Default for GetVersionUnresolvedIssuesParams
Source§fn default() -> GetVersionUnresolvedIssuesParams
fn default() -> GetVersionUnresolvedIssuesParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetVersionUnresolvedIssuesParams
impl RefUnwindSafe for GetVersionUnresolvedIssuesParams
impl Send for GetVersionUnresolvedIssuesParams
impl Sync for GetVersionUnresolvedIssuesParams
impl Unpin for GetVersionUnresolvedIssuesParams
impl UnwindSafe for GetVersionUnresolvedIssuesParams
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