pub struct LOGD(/* private fields */);
Expand description
Log data.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for LOGD
impl<'de> Deserialize<'de> for LOGD
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<LOGD> for Instruction
impl From<LOGD> for Instruction
source§impl FromWasmAbi for LOGD
impl FromWasmAbi for LOGD
source§impl IntoWasmAbi for LOGD
impl IntoWasmAbi for LOGD
source§impl LongRefFromWasmAbi for LOGD
impl LongRefFromWasmAbi for LOGD
source§impl OptionFromWasmAbi for LOGD
impl OptionFromWasmAbi for LOGD
source§impl OptionIntoWasmAbi for LOGD
impl OptionIntoWasmAbi for LOGD
source§impl RefFromWasmAbi for LOGD
impl RefFromWasmAbi for LOGD
source§impl RefMutFromWasmAbi for LOGD
impl RefMutFromWasmAbi for LOGD
source§impl TryFromJsValue for LOGD
impl TryFromJsValue for LOGD
source§impl VectorFromWasmAbi for LOGD
impl VectorFromWasmAbi for LOGD
source§impl VectorIntoWasmAbi for LOGD
impl VectorIntoWasmAbi for LOGD
impl Copy for LOGD
impl Eq for LOGD
impl StructuralPartialEq for LOGD
Auto Trait Implementations§
impl Freeze for LOGD
impl RefUnwindSafe for LOGD
impl Send for LOGD
impl Sync for LOGD
impl Unpin for LOGD
impl UnwindSafe for LOGD
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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::Abi
source§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
.