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