Struct big_int::tight::TightBuilder
source · pub struct TightBuilder<const BASE: usize> { /* private fields */ }Trait Implementations§
source§impl<const BASE: usize> BigIntBuilder<BASE> for TightBuilder<BASE>
impl<const BASE: usize> BigIntBuilder<BASE> for TightBuilder<BASE>
source§impl<const BASE: usize> Debug for TightBuilder<BASE>
impl<const BASE: usize> Debug for TightBuilder<BASE>
source§impl<const BASE: usize> From<TightBuilder<BASE>> for Tight<BASE>
impl<const BASE: usize> From<TightBuilder<BASE>> for Tight<BASE>
source§fn from(builder: TightBuilder<BASE>) -> Self
fn from(builder: TightBuilder<BASE>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<const BASE: usize> RefUnwindSafe for TightBuilder<BASE>
impl<const BASE: usize> Send for TightBuilder<BASE>
impl<const BASE: usize> Sync for TightBuilder<BASE>
impl<const BASE: usize> Unpin for TightBuilder<BASE>
impl<const BASE: usize> UnwindSafe for TightBuilder<BASE>
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