pub enum DataDefine {
Db,
Dw,
Dd,
Dq,
}Variants§
Trait Implementations§
Source§impl Clone for DataDefine
impl Clone for DataDefine
Source§fn clone(&self) -> DataDefine
fn clone(&self) -> DataDefine
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 DataDefine
impl Debug for DataDefine
Source§impl PartialEq for DataDefine
impl PartialEq for DataDefine
impl Eq for DataDefine
impl StructuralPartialEq for DataDefine
Auto Trait Implementations§
impl Freeze for DataDefine
impl RefUnwindSafe for DataDefine
impl Send for DataDefine
impl Sync for DataDefine
impl Unpin for DataDefine
impl UnwindSafe for DataDefine
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