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