pub struct MetaCallInitError(/* private fields */);Expand description
This error happens when it’s not possible to initialize the MetaCall core. You can check your logs for more information.
Trait Implementations§
Source§impl Clone for MetaCallInitError
impl Clone for MetaCallInitError
Source§fn clone(&self) -> MetaCallInitError
fn clone(&self) -> MetaCallInitError
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 MetaCallInitError
impl Debug for MetaCallInitError
Auto Trait Implementations§
impl Freeze for MetaCallInitError
impl RefUnwindSafe for MetaCallInitError
impl Send for MetaCallInitError
impl Sync for MetaCallInitError
impl Unpin for MetaCallInitError
impl UnwindSafe for MetaCallInitError
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