pub struct InfInt(pub Vec<u128>);Tuple Fields§
§0: Vec<u128>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InfInt
impl RefUnwindSafe for InfInt
impl Send for InfInt
impl Sync for InfInt
impl Unpin for InfInt
impl UnwindSafe for InfInt
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