pub enum TryFromIterError {
Overflowed,
Underflowed,
}
Variants§
Trait Implementations§
Source§impl Clone for TryFromIterError
impl Clone for TryFromIterError
Source§fn clone(&self) -> TryFromIterError
fn clone(&self) -> TryFromIterError
Returns a copy 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 TryFromIterError
impl Debug for TryFromIterError
Source§impl PartialEq for TryFromIterError
impl PartialEq for TryFromIterError
impl Copy for TryFromIterError
impl Eq for TryFromIterError
impl StructuralPartialEq for TryFromIterError
Auto Trait Implementations§
impl Freeze for TryFromIterError
impl RefUnwindSafe for TryFromIterError
impl Send for TryFromIterError
impl Sync for TryFromIterError
impl Unpin for TryFromIterError
impl UnwindSafe for TryFromIterError
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