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