#[repr(C)]pub struct TapCloudSaveDeleteResponse {
pub request_id: i64,
pub error: *const TapSDK_Error,
pub uuid: *const c_char,
}Fields§
§request_id: i64§error: *const TapSDK_Error§uuid: *const c_charTrait Implementations§
Source§impl Clone for TapCloudSaveDeleteResponse
impl Clone for TapCloudSaveDeleteResponse
Source§fn clone(&self) -> TapCloudSaveDeleteResponse
fn clone(&self) -> TapCloudSaveDeleteResponse
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 TapCloudSaveDeleteResponse
impl Debug for TapCloudSaveDeleteResponse
impl Copy for TapCloudSaveDeleteResponse
Auto Trait Implementations§
impl Freeze for TapCloudSaveDeleteResponse
impl RefUnwindSafe for TapCloudSaveDeleteResponse
impl !Send for TapCloudSaveDeleteResponse
impl !Sync for TapCloudSaveDeleteResponse
impl Unpin for TapCloudSaveDeleteResponse
impl UnwindSafe for TapCloudSaveDeleteResponse
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