Struct NoS3

struct NoS3

Implementations

impl Clone for NoS3

fn clone(self: &Self) -> NoS3

impl Copy for NoS3

impl Freeze for NoS3

impl RefUnwindSafe for NoS3

impl Send for NoS3

impl Sync for NoS3

impl Unpin for NoS3

impl UnsafeUnpin for NoS3

impl UnwindSafe for NoS3

impl<T> Any for NoS3

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for NoS3

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

impl<T> BorrowMut for NoS3

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

impl<T> CloneToUninit for NoS3

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

impl<T> From for NoS3

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for NoS3

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 NoS3

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

impl<T, U> TryInto for NoS3

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

impl<V, T> VZip for NoS3

fn vzip(self: Self) -> V