pub struct StoreKitFrameworkError {
pub domain: String,
pub code: i64,
pub localized_description: String,
}Fields§
§domain: String§code: i64§localized_description: StringTrait Implementations§
Source§impl Clone for StoreKitFrameworkError
impl Clone for StoreKitFrameworkError
Source§fn clone(&self) -> StoreKitFrameworkError
fn clone(&self) -> StoreKitFrameworkError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StoreKitFrameworkError
impl Debug for StoreKitFrameworkError
Source§impl PartialEq for StoreKitFrameworkError
impl PartialEq for StoreKitFrameworkError
Source§fn eq(&self, other: &StoreKitFrameworkError) -> bool
fn eq(&self, other: &StoreKitFrameworkError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for StoreKitFrameworkError
impl StructuralPartialEq for StoreKitFrameworkError
Auto Trait Implementations§
impl Freeze for StoreKitFrameworkError
impl RefUnwindSafe for StoreKitFrameworkError
impl Send for StoreKitFrameworkError
impl Sync for StoreKitFrameworkError
impl Unpin for StoreKitFrameworkError
impl UnsafeUnpin for StoreKitFrameworkError
impl UnwindSafe for StoreKitFrameworkError
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