Struct YesS4

struct YesS4

Implementations

impl Clone for YesS4

fn clone(self: &Self) -> YesS4

impl Copy for YesS4

impl Freeze for YesS4

impl RefUnwindSafe for YesS4

impl Send for YesS4

impl Sync for YesS4

impl Unpin for YesS4

impl UnsafeUnpin for YesS4

impl UnwindSafe for YesS4

impl<T> Any for YesS4

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for YesS4

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

impl<T> BorrowMut for YesS4

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

impl<T> CloneToUninit for YesS4

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

impl<T> From for YesS4

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for YesS4

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 YesS4

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

impl<T, U> TryInto for YesS4

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

impl<V, T> VZip for YesS4

fn vzip(self: Self) -> V