Struct NoNI
struct NoNI
Implementations
impl Clone for NoNI
fn clone(self: &Self) -> NoNI
impl Copy for NoNI
impl Freeze for NoNI
impl RefUnwindSafe for NoNI
impl Send for NoNI
impl Sync for NoNI
impl Unpin for NoNI
impl UnsafeUnpin for NoNI
impl UnwindSafe for NoNI
impl<T> Any for NoNI
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for NoNI
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for NoNI
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for NoNI
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for NoNI
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for NoNI
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for NoNI
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for NoNI
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>
impl<V, T> VZip for NoNI
fn vzip(self: Self) -> V