pub struct VarIntBoundsExceeded;展开描述
当使用大于等于 2^62 的值构造 VarInt 时返回的错误
trait 实现§
源代码§impl Clone for VarIntBoundsExceeded
impl Clone for VarIntBoundsExceeded
源代码§fn clone(&self) -> VarIntBoundsExceeded
fn clone(&self) -> VarIntBoundsExceeded
返回值的副本。 更多信息
1.0.0 · 源代码§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. 更多信息源代码§impl Debug for VarIntBoundsExceeded
impl Debug for VarIntBoundsExceeded
源代码§impl Display for VarIntBoundsExceeded
impl Display for VarIntBoundsExceeded
源代码§impl Error for VarIntBoundsExceeded
impl Error for VarIntBoundsExceeded
源代码§impl From<VarIntBoundsExceeded> for ConfigError
impl From<VarIntBoundsExceeded> for ConfigError
源代码§fn from(_: VarIntBoundsExceeded) -> ConfigError
fn from(_: VarIntBoundsExceeded) -> ConfigError
从输入类型转换为此类型。
源代码§impl PartialEq for VarIntBoundsExceeded
impl PartialEq for VarIntBoundsExceeded
impl Copy for VarIntBoundsExceeded
impl Eq for VarIntBoundsExceeded
impl StructuralPartialEq for VarIntBoundsExceeded
自动 trait 实现§
impl Freeze for VarIntBoundsExceeded
impl RefUnwindSafe for VarIntBoundsExceeded
impl Send for VarIntBoundsExceeded
impl Sync for VarIntBoundsExceeded
impl Unpin for VarIntBoundsExceeded
impl UnsafeUnpin for VarIntBoundsExceeded
impl UnwindSafe for VarIntBoundsExceeded
blanket 实现§
源代码§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
源代码§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. 更多信息