pub struct DeletedObjectResult {
pub requested_path: String,
pub oper_status: Option<OperationStatus>,
}Fields§
§requested_path: String§oper_status: Option<OperationStatus>Trait Implementations§
Source§impl Clone for DeletedObjectResult
impl Clone for DeletedObjectResult
Source§fn clone(&self) -> DeletedObjectResult
fn clone(&self) -> DeletedObjectResult
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 DeletedObjectResult
impl Debug for DeletedObjectResult
Source§impl Default for DeletedObjectResult
impl Default for DeletedObjectResult
Source§fn default() -> DeletedObjectResult
fn default() -> DeletedObjectResult
Returns the “default value” for a type. Read more
Source§impl<'a> MessageRead<'a> for DeletedObjectResult
impl<'a> MessageRead<'a> for DeletedObjectResult
Source§fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
fn from_reader(r: &mut BytesReader, bytes: &'a [u8]) -> Result<Self>
Constructs an instance of
Self by reading from the given bytes
via the given reader. Read moreSource§impl MessageWrite for DeletedObjectResult
impl MessageWrite for DeletedObjectResult
Source§impl PartialEq for DeletedObjectResult
impl PartialEq for DeletedObjectResult
Source§impl Serialize for DeletedObjectResult
impl Serialize for DeletedObjectResult
impl StructuralPartialEq for DeletedObjectResult
Auto Trait Implementations§
impl Freeze for DeletedObjectResult
impl RefUnwindSafe for DeletedObjectResult
impl Send for DeletedObjectResult
impl Sync for DeletedObjectResult
impl Unpin for DeletedObjectResult
impl UnwindSafe for DeletedObjectResult
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