pub struct GetProjectVersionsParams {
pub project_id_or_key: String,
pub expand: Option<String>,
}Expand description
struct for passing parameters to the method get_project_versions
Fields§
§project_id_or_key: StringThe project ID or project key (case sensitive).
expand: Option<String>Use expand to include additional information in the response. This parameter accepts operations, which returns actions that can be performed on the version.
Trait Implementations§
Source§impl Clone for GetProjectVersionsParams
impl Clone for GetProjectVersionsParams
Source§fn clone(&self) -> GetProjectVersionsParams
fn clone(&self) -> GetProjectVersionsParams
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 Debug for GetProjectVersionsParams
impl Debug for GetProjectVersionsParams
Source§impl Default for GetProjectVersionsParams
impl Default for GetProjectVersionsParams
Source§fn default() -> GetProjectVersionsParams
fn default() -> GetProjectVersionsParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetProjectVersionsParams
impl RefUnwindSafe for GetProjectVersionsParams
impl Send for GetProjectVersionsParams
impl Sync for GetProjectVersionsParams
impl Unpin for GetProjectVersionsParams
impl UnwindSafe for GetProjectVersionsParams
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