Struct core::num::TryFromIntError
1.34.0 · source · pub struct TryFromIntError(_);
Expand description
当检查的整数类型转换失败时,返回错误类型。
Trait Implementations§
source§impl Clone for TryFromIntError
impl Clone for TryFromIntError
source§fn clone(&self) -> TryFromIntError
fn clone(&self) -> TryFromIntError
返回值的副本。 Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
从
source
执行复制分配。 Read moresource§impl Debug for TryFromIntError
impl Debug for TryFromIntError
source§impl Display for TryFromIntError
impl Display for TryFromIntError
source§impl Error for TryFromIntError
impl Error for TryFromIntError
source§impl From<!> for TryFromIntError
impl From<!> for TryFromIntError
source§fn from(never: !) -> TryFromIntError
fn from(never: !) -> TryFromIntError
从输入类型转换为此类型。
source§impl From<Infallible> for TryFromIntError
impl From<Infallible> for TryFromIntError
source§fn from(x: Infallible) -> TryFromIntError
fn from(x: Infallible) -> TryFromIntError
从输入类型转换为此类型。
source§impl PartialEq<TryFromIntError> for TryFromIntError
impl PartialEq<TryFromIntError> for TryFromIntError
impl Copy for TryFromIntError
impl Eq for TryFromIntError
impl StructuralEq for TryFromIntError
impl StructuralPartialEq for TryFromIntError
Auto Trait Implementations§
impl RefUnwindSafe for TryFromIntError
impl Send for TryFromIntError
impl Sync for TryFromIntError
impl Unpin for TryFromIntError
impl UnwindSafe for TryFromIntError
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
从拥有的值中借用。 Read more