pub enum DataTypes {
Str(String),
Int(i32),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DataTypes
impl RefUnwindSafe for DataTypes
impl Send for DataTypes
impl Sync for DataTypes
impl Unpin for DataTypes
impl UnwindSafe for DataTypes
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