pub enum BQNType {
Array,
Number,
Character,
Function,
Mod1,
Mod2,
Namespace,
}
Expand description
BQN type enumeration
Variants§
Trait Implementations§
source§impl PartialEq for BQNType
impl PartialEq for BQNType
impl StructuralPartialEq for BQNType
Auto Trait Implementations§
impl RefUnwindSafe for BQNType
impl Send for BQNType
impl Sync for BQNType
impl Unpin for BQNType
impl UnwindSafe for BQNType
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