#[repr(u8)]pub enum PaymentEncoding {
Win1251 = 49,
Utf8 = 50,
Koi8R = 51,
}Expand description
Признак набора кодированных знаков.
Variants§
Trait Implementations§
Source§impl Clone for PaymentEncoding
impl Clone for PaymentEncoding
Source§fn clone(&self) -> PaymentEncoding
fn clone(&self) -> PaymentEncoding
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PaymentEncoding
impl Debug for PaymentEncoding
Source§impl Display for PaymentEncoding
impl Display for PaymentEncoding
Source§impl PartialEq for PaymentEncoding
impl PartialEq for PaymentEncoding
Source§impl TryFrom<u8> for PaymentEncoding
impl TryFrom<u8> for PaymentEncoding
impl Copy for PaymentEncoding
impl Eq for PaymentEncoding
impl StructuralPartialEq for PaymentEncoding
Auto Trait Implementations§
impl Freeze for PaymentEncoding
impl RefUnwindSafe for PaymentEncoding
impl Send for PaymentEncoding
impl Sync for PaymentEncoding
impl Unpin for PaymentEncoding
impl UnwindSafe for PaymentEncoding
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)