pub struct WasmMarkdownTable {
inner: Rc<RefCell<Table>>,
}Fields§
§inner: Rc<RefCell<Table>>Implementations§
Trait Implementations§
Source§impl Clone for WasmMarkdownTable
impl Clone for WasmMarkdownTable
Source§fn clone(&self) -> WasmMarkdownTable
fn clone(&self) -> WasmMarkdownTable
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 WasmMarkdownTable
impl Debug for WasmMarkdownTable
Source§impl Default for WasmMarkdownTable
impl Default for WasmMarkdownTable
Source§impl From<WasmMarkdownTable> for JsValue
impl From<WasmMarkdownTable> for JsValue
Source§fn from(value: WasmMarkdownTable) -> Self
fn from(value: WasmMarkdownTable) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for WasmMarkdownTable
impl FromWasmAbi for WasmMarkdownTable
Source§impl IntoWasmAbi for WasmMarkdownTable
impl IntoWasmAbi for WasmMarkdownTable
Source§impl RefFromWasmAbi for WasmMarkdownTable
impl RefFromWasmAbi for WasmMarkdownTable
Source§type Anchor = RcRef<WasmMarkdownTable>
type Anchor = RcRef<WasmMarkdownTable>
The type that holds the reference to
Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Source§impl TryFromJsValue for WasmMarkdownTable
impl TryFromJsValue for WasmMarkdownTable
Source§impl VectorFromWasmAbi for WasmMarkdownTable
impl VectorFromWasmAbi for WasmMarkdownTable
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmMarkdownTable]>
Source§impl VectorIntoWasmAbi for WasmMarkdownTable
impl VectorIntoWasmAbi for WasmMarkdownTable
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmMarkdownTable]>) -> Self::Abi
Source§impl WasmDescribe for WasmMarkdownTable
impl WasmDescribe for WasmMarkdownTable
impl SupportsConstructor for WasmMarkdownTable
impl SupportsInstanceProperty for WasmMarkdownTable
impl SupportsStaticProperty for WasmMarkdownTable
Auto Trait Implementations§
impl Freeze for WasmMarkdownTable
impl !RefUnwindSafe for WasmMarkdownTable
impl !Send for WasmMarkdownTable
impl !Sync for WasmMarkdownTable
impl Unpin for WasmMarkdownTable
impl UnsafeUnpin for WasmMarkdownTable
impl !UnwindSafe for WasmMarkdownTable
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more§impl<T> Pointable for T
impl<T> Pointable for T
Source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
Source§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.