pub struct DeleteBuildBatchInput {
pub id: String,
}
Fields§
§id: String
The identifier of the batch build to delete.
Trait Implementations§
Source§impl Clone for DeleteBuildBatchInput
impl Clone for DeleteBuildBatchInput
Source§fn clone(&self) -> DeleteBuildBatchInput
fn clone(&self) -> DeleteBuildBatchInput
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 DeleteBuildBatchInput
impl Debug for DeleteBuildBatchInput
Source§impl Default for DeleteBuildBatchInput
impl Default for DeleteBuildBatchInput
Source§fn default() -> DeleteBuildBatchInput
fn default() -> DeleteBuildBatchInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DeleteBuildBatchInput
impl PartialEq for DeleteBuildBatchInput
Source§impl Serialize for DeleteBuildBatchInput
impl Serialize for DeleteBuildBatchInput
impl StructuralPartialEq for DeleteBuildBatchInput
Auto Trait Implementations§
impl Freeze for DeleteBuildBatchInput
impl RefUnwindSafe for DeleteBuildBatchInput
impl Send for DeleteBuildBatchInput
impl Sync for DeleteBuildBatchInput
impl Unpin for DeleteBuildBatchInput
impl UnwindSafe for DeleteBuildBatchInput
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