pub struct BithovenOutput { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for BithovenOutput
impl Clone for BithovenOutput
Source§fn clone(&self) -> BithovenOutput
fn clone(&self) -> BithovenOutput
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 BithovenOutput
impl Debug for BithovenOutput
Source§impl<'de> Deserialize<'de> for BithovenOutput
impl<'de> Deserialize<'de> for BithovenOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<BithovenOutput> for JsValue
impl From<BithovenOutput> for JsValue
Source§fn from(value: BithovenOutput) -> Self
fn from(value: BithovenOutput) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for BithovenOutput
impl FromWasmAbi for BithovenOutput
Source§impl IntoWasmAbi for BithovenOutput
impl IntoWasmAbi for BithovenOutput
Source§impl LongRefFromWasmAbi for BithovenOutput
impl LongRefFromWasmAbi for BithovenOutput
Source§impl OptionFromWasmAbi for BithovenOutput
impl OptionFromWasmAbi for BithovenOutput
Source§impl OptionIntoWasmAbi for BithovenOutput
impl OptionIntoWasmAbi for BithovenOutput
Source§impl RefFromWasmAbi for BithovenOutput
impl RefFromWasmAbi for BithovenOutput
Source§type Anchor = RcRef<BithovenOutput>
type Anchor = RcRef<BithovenOutput>
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 RefMutFromWasmAbi for BithovenOutput
impl RefMutFromWasmAbi for BithovenOutput
Source§impl Serialize for BithovenOutput
impl Serialize for BithovenOutput
Source§impl TryFromJsValue for BithovenOutput
impl TryFromJsValue for BithovenOutput
Source§impl VectorFromWasmAbi for BithovenOutput
impl VectorFromWasmAbi for BithovenOutput
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[BithovenOutput]>
Source§impl VectorIntoWasmAbi for BithovenOutput
impl VectorIntoWasmAbi for BithovenOutput
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[BithovenOutput]>) -> Self::Abi
Source§impl WasmDescribeVector for BithovenOutput
impl WasmDescribeVector for BithovenOutput
impl SupportsConstructor for BithovenOutput
impl SupportsInstanceProperty for BithovenOutput
impl SupportsStaticProperty for BithovenOutput
Auto Trait Implementations§
impl Freeze for BithovenOutput
impl RefUnwindSafe for BithovenOutput
impl Send for BithovenOutput
impl Sync for BithovenOutput
impl Unpin for BithovenOutput
impl UnwindSafe for BithovenOutput
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,
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.