pub struct DeleteObjectReport {
pub effective: DeleteObjectParams,
pub warnings: Vec<Warning, MAX_WARNINGS>,
}Expand description
Shared by delete_ssd and delete_applet.
Fields§
§effective: DeleteObjectParams§warnings: Vec<Warning, MAX_WARNINGS>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeleteObjectReport
impl RefUnwindSafe for DeleteObjectReport
impl Send for DeleteObjectReport
impl Sync for DeleteObjectReport
impl Unpin for DeleteObjectReport
impl UnsafeUnpin for DeleteObjectReport
impl UnwindSafe for DeleteObjectReport
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