pub enum PoaType {
NoSignatureDummyPos,
CustomerSignature,
DummyReceipt,
PoaReceipt,
}Expand description
The type of POA uploaded.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PoaType
impl<'de> Deserialize<'de> for PoaType
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 Ord for PoaType
impl Ord for PoaType
Source§impl PartialOrd for PoaType
impl PartialOrd for PoaType
impl Copy for PoaType
impl Eq for PoaType
impl StructuralPartialEq for PoaType
Auto Trait Implementations§
impl Freeze for PoaType
impl RefUnwindSafe for PoaType
impl Send for PoaType
impl Sync for PoaType
impl Unpin for PoaType
impl UnsafeUnpin for PoaType
impl UnwindSafe for PoaType
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