pub struct NativeDebugUploadOptions {
pub path: String,
pub project_id: String,
pub release: String,
pub environment: String,
pub service: String,
pub expected_image_uuids: Vec<String>,
pub dry_run: bool,
}Expand description
Apple native debug-artifact upload options.
Fields§
§path: StringUser-selected dSYM bundle, ZIP archive, or Mach-O debug object.
project_id: StringAccount-owned project UUID.
release: StringExact release identifier.
environment: StringExact environment identifier.
service: StringExact service identifier.
expected_image_uuids: Vec<String>Optional exact canonical image UUID gate for release automation.
dry_run: boolValidate locally without authentication or network mutation.
Trait Implementations§
Source§impl Clone for NativeDebugUploadOptions
impl Clone for NativeDebugUploadOptions
Source§fn clone(&self) -> NativeDebugUploadOptions
fn clone(&self) -> NativeDebugUploadOptions
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 moreSource§impl Debug for NativeDebugUploadOptions
impl Debug for NativeDebugUploadOptions
impl Eq for NativeDebugUploadOptions
Source§impl PartialEq for NativeDebugUploadOptions
impl PartialEq for NativeDebugUploadOptions
impl StructuralPartialEq for NativeDebugUploadOptions
Auto Trait Implementations§
impl Freeze for NativeDebugUploadOptions
impl RefUnwindSafe for NativeDebugUploadOptions
impl Send for NativeDebugUploadOptions
impl Sync for NativeDebugUploadOptions
impl Unpin for NativeDebugUploadOptions
impl UnsafeUnpin for NativeDebugUploadOptions
impl UnwindSafe for NativeDebugUploadOptions
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.