Struct YesNI
struct YesNI
Implementations
impl Clone for YesNI
fn clone(self: &Self) -> YesNI
impl Copy for YesNI
impl Freeze for YesNI
impl RefUnwindSafe for YesNI
impl Send for YesNI
impl Sync for YesNI
impl Unpin for YesNI
impl UnsafeUnpin for YesNI
impl UnwindSafe for YesNI
impl<T> Any for YesNI
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for YesNI
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for YesNI
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for YesNI
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for YesNI
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for YesNI
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 YesNI
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for YesNI
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>
impl<V, T> VZip for YesNI
fn vzip(self: Self) -> V