pub struct ProviderQrOptions {
pub economy: bool,
pub pivot: ProviderQrPivot,
}Fields§
§economy: bool§pivot: ProviderQrPivotTrait Implementations§
Source§impl Clone for ProviderQrOptions
impl Clone for ProviderQrOptions
Source§fn clone(&self) -> ProviderQrOptions
fn clone(&self) -> ProviderQrOptions
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 ProviderQrOptions
impl Debug for ProviderQrOptions
Source§impl Default for ProviderQrOptions
impl Default for ProviderQrOptions
Source§impl<'de> Deserialize<'de> for ProviderQrOptions
impl<'de> Deserialize<'de> for ProviderQrOptions
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 ProviderQrOptions
impl PartialEq for ProviderQrOptions
Source§impl Serialize for ProviderQrOptions
impl Serialize for ProviderQrOptions
impl Copy for ProviderQrOptions
impl Eq for ProviderQrOptions
impl StructuralPartialEq for ProviderQrOptions
Auto Trait Implementations§
impl Freeze for ProviderQrOptions
impl RefUnwindSafe for ProviderQrOptions
impl Send for ProviderQrOptions
impl Sync for ProviderQrOptions
impl Unpin for ProviderQrOptions
impl UnwindSafe for ProviderQrOptions
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