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