pub struct RestoreObject { /* private fields */ }Expand description
Restore an archived object
See the Alibaba Cloud documentation for details
Implementations§
Auto Trait Implementations§
impl Freeze for RestoreObject
impl !RefUnwindSafe for RestoreObject
impl Send for RestoreObject
impl Sync for RestoreObject
impl Unpin for RestoreObject
impl !UnwindSafe for RestoreObject
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