pub struct MobileScanPricing {
pub normal: Option<NormalPrice>,
}Fields§
§normal: Option<NormalPrice>Trait Implementations§
Source§impl Clone for MobileScanPricing
impl Clone for MobileScanPricing
Source§fn clone(&self) -> MobileScanPricing
fn clone(&self) -> MobileScanPricing
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 MobileScanPricing
impl Debug for MobileScanPricing
Source§impl<'de> Deserialize<'de> for MobileScanPricing
impl<'de> Deserialize<'de> for MobileScanPricing
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
Auto Trait Implementations§
impl Freeze for MobileScanPricing
impl RefUnwindSafe for MobileScanPricing
impl Send for MobileScanPricing
impl Sync for MobileScanPricing
impl Unpin for MobileScanPricing
impl UnsafeUnpin for MobileScanPricing
impl UnwindSafe for MobileScanPricing
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