#[repr(i32)]pub enum VSDataTypeHint {
dtUnknown = -1,
dtBinary = 0,
dtUtf8 = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for VSDataTypeHint
impl Clone for VSDataTypeHint
Source§fn clone(&self) -> VSDataTypeHint
fn clone(&self) -> VSDataTypeHint
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for VSDataTypeHint
impl Debug for VSDataTypeHint
Source§impl Hash for VSDataTypeHint
impl Hash for VSDataTypeHint
Source§impl PartialEq for VSDataTypeHint
impl PartialEq for VSDataTypeHint
impl Copy for VSDataTypeHint
impl Eq for VSDataTypeHint
impl StructuralPartialEq for VSDataTypeHint
Auto Trait Implementations§
impl Freeze for VSDataTypeHint
impl RefUnwindSafe for VSDataTypeHint
impl Send for VSDataTypeHint
impl Sync for VSDataTypeHint
impl Unpin for VSDataTypeHint
impl UnwindSafe for VSDataTypeHint
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