pub enum AxValueType {
String,
Number,
Bool,
Json,
Null,
}Variants§
Trait Implementations§
Source§impl Clone for AxValueType
impl Clone for AxValueType
Source§fn clone(&self) -> AxValueType
fn clone(&self) -> AxValueType
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 AxValueType
impl Debug for AxValueType
Source§impl PartialEq for AxValueType
impl PartialEq for AxValueType
Source§impl ValueEnum for AxValueType
impl ValueEnum for AxValueType
impl Copy for AxValueType
impl Eq for AxValueType
impl StructuralPartialEq for AxValueType
Auto Trait Implementations§
impl Freeze for AxValueType
impl RefUnwindSafe for AxValueType
impl Send for AxValueType
impl Sync for AxValueType
impl Unpin for AxValueType
impl UnsafeUnpin for AxValueType
impl UnwindSafe for AxValueType
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