pub enum enumJPK_V7DocumentAttribute {
Show 26 variants
None,
RO,
WEW,
FP,
MK,
VATRR,
SW,
EE,
TP,
TTWNT,
TTD,
MRT,
MRUZ,
I42,
I63,
BSPV,
BSPVDOSTAWA,
BMPVPROWIZJA,
MPP,
IMP,
IED,
WSTOEE,
BFK,
DI,
OFF,
UnknownValue(i32),
}Expand description
WebAPI enum enumJPK_V7DocumentAttribute.
Variants§
None
Wire value 0.
RO
Wire value 1.
WEW
Wire value 2.
FP
Wire value 4.
MK
Wire value 8.
VATRR
Wire value 16.
SW
Wire value 32.
EE
Wire value 64.
TP
Wire value 128.
TTWNT
Wire value 256.
TTD
Wire value 512.
MRT
Wire value 1024.
MRUZ
Wire value 2048.
I42
Wire value 4096.
I63
Wire value 8192.
BSPV
Wire value 16384.
BSPVDOSTAWA
Wire value 32768.
BMPVPROWIZJA
Wire value 65536.
MPP
Wire value 131072.
IMP
Wire value 262144.
IED
Wire value 524288.
WSTOEE
Wire value 1048576.
BFK
Wire value 2097152.
DI
Wire value 4194304.
OFF
Wire value 8388608.
UnknownValue(i32)
Value returned by the server that is unknown to this client version.
Implementations§
Source§impl enumJPK_V7DocumentAttribute
impl enumJPK_V7DocumentAttribute
pub fn to_wire_value(self) -> i32
Trait Implementations§
Source§impl Clone for enumJPK_V7DocumentAttribute
impl Clone for enumJPK_V7DocumentAttribute
Source§fn clone(&self) -> enumJPK_V7DocumentAttribute
fn clone(&self) -> enumJPK_V7DocumentAttribute
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 enumJPK_V7DocumentAttribute
impl Debug for enumJPK_V7DocumentAttribute
Source§impl<'de> Deserialize<'de> for enumJPK_V7DocumentAttribute
impl<'de> Deserialize<'de> for enumJPK_V7DocumentAttribute
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
impl Copy for enumJPK_V7DocumentAttribute
impl Eq for enumJPK_V7DocumentAttribute
impl StructuralPartialEq for enumJPK_V7DocumentAttribute
Auto Trait Implementations§
impl Freeze for enumJPK_V7DocumentAttribute
impl RefUnwindSafe for enumJPK_V7DocumentAttribute
impl Send for enumJPK_V7DocumentAttribute
impl Sync for enumJPK_V7DocumentAttribute
impl Unpin for enumJPK_V7DocumentAttribute
impl UnsafeUnpin for enumJPK_V7DocumentAttribute
impl UnwindSafe for enumJPK_V7DocumentAttribute
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