#[repr(u32)]pub enum OneType {
oneINT = 1,
oneREAL = 2,
oneCHAR = 3,
oneSTRING = 4,
oneINT_LIST = 5,
oneREAL_LIST = 6,
oneSTRING_LIST = 7,
oneDNA = 8,
}Variants§
oneINT = 1
oneREAL = 2
oneCHAR = 3
oneSTRING = 4
oneINT_LIST = 5
oneREAL_LIST = 6
oneSTRING_LIST = 7
oneDNA = 8
Trait Implementations§
impl Copy for OneType
impl Eq for OneType
impl StructuralPartialEq for OneType
Auto Trait Implementations§
impl Freeze for OneType
impl RefUnwindSafe for OneType
impl Send for OneType
impl Sync for OneType
impl Unpin for OneType
impl UnwindSafe for OneType
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