pub struct nat;
Trait Implementations§
§impl Ord for nat
impl Ord for nat
§impl PartialOrd for nat
impl PartialOrd for nat
§impl SpecEuclideanDiv for nat
impl SpecEuclideanDiv for nat
type Output = nat
fn spec_euclidean_div(self, _rhs: nat) -> <nat as SpecEuclideanDiv>::Output
§impl SpecEuclideanMod for nat
impl SpecEuclideanMod for nat
type Output = nat
fn spec_euclidean_mod(self, _rhs: nat) -> <nat as SpecEuclideanMod>::Output
source§impl<K, V, Pred: InvariantPredicate<K, V>> UniqueValueToken<nat> for flag_rc<K, V, Pred>
impl<K, V, Pred: InvariantPredicate<K, V>> UniqueValueToken<nat> for flag_rc<K, V, Pred>
source§impl<K, V, Pred: InvariantPredicate<K, V>> ValueToken<nat> for flag_rc<K, V, Pred>
impl<K, V, Pred: InvariantPredicate<K, V>> ValueToken<nat> for flag_rc<K, V, Pred>
impl Copy for nat
impl Eq for nat
impl Structural for nat
Auto Trait Implementations§
impl Freeze for nat
impl RefUnwindSafe for nat
impl Send for nat
impl Sync for nat
impl Unpin for nat
impl UnwindSafe for nat
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)