Struct NoS4

struct NoS4

Implementations

impl Clone for NoS4

fn clone(self: &Self) -> NoS4

impl Copy for NoS4

impl Freeze for NoS4

impl RefUnwindSafe for NoS4

impl Send for NoS4

impl Sync for NoS4

impl Unpin for NoS4

impl UnsafeUnpin for NoS4

impl UnwindSafe for NoS4

impl<T> Any for NoS4

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for NoS4

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for NoS4

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for NoS4

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for NoS4

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for NoS4

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for NoS4

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for NoS4

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>

impl<V, T> VZip for NoS4

fn vzip(self: Self) -> V