Enum querent_synapse::cross::CLReprKind
source · pub enum CLReprKind {
String,
Bool,
Float,
Int,
Tuple,
Array,
Object,
JsFunction,
PythonRef,
Null,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CLReprKind
impl RefUnwindSafe for CLReprKind
impl Send for CLReprKind
impl Sync for CLReprKind
impl Unpin for CLReprKind
impl UnwindSafe for CLReprKind
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