pub struct Prime { /* private fields */ }Implementations§
Trait Implementations§
Source§impl From<Prime> for UncheckedPrime
impl From<Prime> for UncheckedPrime
Source§impl TryFrom<UncheckedPrime> for Prime
impl TryFrom<UncheckedPrime> for Prime
impl StructuralPartialEq for Prime
Auto Trait Implementations§
impl Freeze for Prime
impl RefUnwindSafe for Prime
impl Send for Prime
impl Sync for Prime
impl Unpin for Prime
impl UnwindSafe for Prime
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