pub struct DeleteObjectRequest {
pub object_id: ObjectId,
pub invoke_id: u8,
}Fields§
§object_id: ObjectId§invoke_id: u8Implementations§
Trait Implementations§
Source§impl Clone for DeleteObjectRequest
impl Clone for DeleteObjectRequest
Source§fn clone(&self) -> DeleteObjectRequest
fn clone(&self) -> DeleteObjectRequest
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 DeleteObjectRequest
impl Debug for DeleteObjectRequest
Source§impl PartialEq for DeleteObjectRequest
impl PartialEq for DeleteObjectRequest
impl Copy for DeleteObjectRequest
impl Eq for DeleteObjectRequest
impl StructuralPartialEq for DeleteObjectRequest
Auto Trait Implementations§
impl Freeze for DeleteObjectRequest
impl RefUnwindSafe for DeleteObjectRequest
impl Send for DeleteObjectRequest
impl Sync for DeleteObjectRequest
impl Unpin for DeleteObjectRequest
impl UnsafeUnpin for DeleteObjectRequest
impl UnwindSafe for DeleteObjectRequest
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