pub struct Aleph<N>(/* private fields */);Expand description
Infinite cardinality.
Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for Aleph<N>where
N: Freeze,
impl<N> RefUnwindSafe for Aleph<N>where
N: RefUnwindSafe,
impl<N> Send for Aleph<N>where
N: Send,
impl<N> Sync for Aleph<N>where
N: Sync,
impl<N> Unpin for Aleph<N>where
N: Unpin,
impl<N> UnsafeUnpin for Aleph<N>where
N: UnsafeUnpin,
impl<N> UnwindSafe for Aleph<N>where
N: UnwindSafe,
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