pub struct ResolvedIntType;
Trait Implementations§
Source§impl Debug for ResolvedIntType
impl Debug for ResolvedIntType
Source§impl Hash for ResolvedIntType
impl Hash for ResolvedIntType
Source§impl PartialEq for ResolvedIntType
impl PartialEq for ResolvedIntType
impl Eq for ResolvedIntType
impl StructuralPartialEq for ResolvedIntType
Auto Trait Implementations§
impl Freeze for ResolvedIntType
impl RefUnwindSafe for ResolvedIntType
impl Send for ResolvedIntType
impl Sync for ResolvedIntType
impl Unpin for ResolvedIntType
impl UnwindSafe for ResolvedIntType
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