pub enum TextRepresentation {
    Array,
    String,
}Expand description
How text is represented in materialized objects on the JS side
Variants§
Trait Implementations§
source§impl Clone for TextRepresentation
 
impl Clone for TextRepresentation
source§fn clone(&self) -> TextRepresentation
 
fn clone(&self) -> TextRepresentation
Returns a copy 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 TextRepresentation
 
impl Debug for TextRepresentation
source§impl Default for TextRepresentation
 
impl Default for TextRepresentation
source§impl FromWasmAbi for TextRepresentation
 
impl FromWasmAbi for TextRepresentation
source§impl IntoWasmAbi for TextRepresentation
 
impl IntoWasmAbi for TextRepresentation
source§impl PartialEq<TextRepresentation> for TextRepresentation
 
impl PartialEq<TextRepresentation> for TextRepresentation
source§fn eq(&self, other: &TextRepresentation) -> bool
 
fn eq(&self, other: &TextRepresentation) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for TextRepresentation
impl Eq for TextRepresentation
impl StructuralEq for TextRepresentation
impl StructuralPartialEq for TextRepresentation
Auto Trait Implementations§
impl RefUnwindSafe for TextRepresentation
impl Send for TextRepresentation
impl Sync for TextRepresentation
impl Unpin for TextRepresentation
impl UnwindSafe for TextRepresentation
Blanket Implementations§
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
 
impl<T> ReturnWasmAbi for Twhere
    T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
 
type Abi = <T as IntoWasmAbi>::Abi
Same as 
IntoWasmAbi::Abisource§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
 
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as 
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err.