Enum obs_wrapper::data::DataType
source · [−]pub enum DataType {
String,
Int,
Double,
Boolean,
Object,
Array,
}Variants
String
Int
Double
Boolean
Object
Map container
Array
Array container
Implementations
sourceimpl DataType
impl DataType
pub fn new(typ: obs_data_type, numtyp: obs_data_number_type) -> Self
Trait Implementations
impl Copy for DataType
impl Eq for DataType
impl StructuralEq for DataType
impl StructuralPartialEq for DataType
Auto Trait Implementations
impl RefUnwindSafe for DataType
impl Send for DataType
impl Sync for DataType
impl Unpin for DataType
impl UnwindSafe for DataType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more