pub struct CheckoutResponseWrapperSchema {
pub data: Box<CheckoutResponseSchema>,
}Fields§
§data: Box<CheckoutResponseSchema>Implementations§
Source§impl CheckoutResponseWrapperSchema
impl CheckoutResponseWrapperSchema
pub fn new(data: CheckoutResponseSchema) -> CheckoutResponseWrapperSchema
Trait Implementations§
Source§impl Clone for CheckoutResponseWrapperSchema
impl Clone for CheckoutResponseWrapperSchema
Source§fn clone(&self) -> CheckoutResponseWrapperSchema
fn clone(&self) -> CheckoutResponseWrapperSchema
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 Default for CheckoutResponseWrapperSchema
impl Default for CheckoutResponseWrapperSchema
Source§fn default() -> CheckoutResponseWrapperSchema
fn default() -> CheckoutResponseWrapperSchema
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CheckoutResponseWrapperSchema
impl<'de> Deserialize<'de> for CheckoutResponseWrapperSchema
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CheckoutResponseWrapperSchema
impl PartialEq for CheckoutResponseWrapperSchema
Source§fn eq(&self, other: &CheckoutResponseWrapperSchema) -> bool
fn eq(&self, other: &CheckoutResponseWrapperSchema) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CheckoutResponseWrapperSchema
Auto Trait Implementations§
impl Freeze for CheckoutResponseWrapperSchema
impl RefUnwindSafe for CheckoutResponseWrapperSchema
impl Send for CheckoutResponseWrapperSchema
impl Sync for CheckoutResponseWrapperSchema
impl Unpin for CheckoutResponseWrapperSchema
impl UnsafeUnpin for CheckoutResponseWrapperSchema
impl UnwindSafe for CheckoutResponseWrapperSchema
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