Struct wasm_tokio::OverflowVar
source · pub struct OverflowVar(/* private fields */);
Expand description
Error returned for overflows decoding variable size integers
Trait Implementations§
source§impl Debug for OverflowVar
impl Debug for OverflowVar
source§impl Display for OverflowVar
impl Display for OverflowVar
source§impl Error for OverflowVar
impl Error for OverflowVar
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for OverflowVar
impl RefUnwindSafe for OverflowVar
impl Send for OverflowVar
impl Sync for OverflowVar
impl Unpin for OverflowVar
impl UnwindSafe for OverflowVar
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