pub struct GetBuildListRequest {
pub app_id: String,
pub sandbox_id: Option<String>,
}Expand description
Request for getting build list
Fields§
§app_id: StringApplication ID
sandbox_id: Option<String>Sandbox ID (optional, for sandbox builds only)
Trait Implementations§
Source§impl Clone for GetBuildListRequest
impl Clone for GetBuildListRequest
Source§fn clone(&self) -> GetBuildListRequest
fn clone(&self) -> GetBuildListRequest
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 moreAuto Trait Implementations§
impl Freeze for GetBuildListRequest
impl RefUnwindSafe for GetBuildListRequest
impl Send for GetBuildListRequest
impl Sync for GetBuildListRequest
impl Unpin for GetBuildListRequest
impl UnwindSafe for GetBuildListRequest
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