pub enum ProviderQrPivot {
Matrix,
Vector,
}Variants§
Trait Implementations§
Source§impl Clone for ProviderQrPivot
impl Clone for ProviderQrPivot
Source§fn clone(&self) -> ProviderQrPivot
fn clone(&self) -> ProviderQrPivot
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 ProviderQrPivot
impl Debug for ProviderQrPivot
Source§impl<'de> Deserialize<'de> for ProviderQrPivot
impl<'de> Deserialize<'de> for ProviderQrPivot
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 ProviderQrPivot
impl PartialEq for ProviderQrPivot
Source§impl Serialize for ProviderQrPivot
impl Serialize for ProviderQrPivot
impl Copy for ProviderQrPivot
impl Eq for ProviderQrPivot
impl StructuralPartialEq for ProviderQrPivot
Auto Trait Implementations§
impl Freeze for ProviderQrPivot
impl RefUnwindSafe for ProviderQrPivot
impl Send for ProviderQrPivot
impl Sync for ProviderQrPivot
impl Unpin for ProviderQrPivot
impl UnwindSafe for ProviderQrPivot
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