pub struct RestoreRunResponse { /* private fields */ }Expand description
RestoreRunResponse
Trait Implementations§
Source§impl Clone for RestoreRunResponse
impl Clone for RestoreRunResponse
Source§fn clone(&self) -> RestoreRunResponse
fn clone(&self) -> RestoreRunResponse
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 RestoreRunResponse
impl Debug for RestoreRunResponse
Auto Trait Implementations§
impl Freeze for RestoreRunResponse
impl RefUnwindSafe for RestoreRunResponse
impl Send for RestoreRunResponse
impl Sync for RestoreRunResponse
impl Unpin for RestoreRunResponse
impl UnsafeUnpin for RestoreRunResponse
impl UnwindSafe for RestoreRunResponse
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