Struct SseMachine

struct SseMachine<S3, S4, NI>(_)

Implementations

impl<S3, S4, NI> Freeze for SseMachine<S3, S4, NI>

impl<S3, S4, NI> RefUnwindSafe for SseMachine<S3, S4, NI>

impl<S3, S4, NI> Send for SseMachine<S3, S4, NI>

impl<S3, S4, NI> Sync for SseMachine<S3, S4, NI>

impl<S3, S4, NI> Unpin for SseMachine<S3, S4, NI>

impl<S3, S4, NI> UnsafeUnpin for SseMachine<S3, S4, NI>

impl<S3, S4, NI> UnwindSafe for SseMachine<S3, S4, NI>

impl<S3: $crate::clone::Clone, S4: $crate::clone::Clone, NI: $crate::clone::Clone> Clone for SseMachine<S3, S4, NI>

fn clone(self: &Self) -> SseMachine<S3, S4, NI>

impl<S3: $crate::marker::Copy, S4: $crate::marker::Copy, NI: $crate::marker::Copy> Copy for SseMachine<S3, S4, NI>

impl<S3: Copy, S4: Copy, NI: Copy> Machine for SseMachine<S3, S4, NI>

unsafe fn instance() -> Self

impl<T> Any for SseMachine<S3, S4, NI>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for SseMachine<S3, S4, NI>

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

impl<T> BorrowMut for SseMachine<S3, S4, NI>

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

impl<T> CloneToUninit for SseMachine<S3, S4, NI>

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

impl<T> From for SseMachine<S3, S4, NI>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T, U> Into for SseMachine<S3, S4, NI>

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 SseMachine<S3, S4, NI>

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

impl<T, U> TryInto for SseMachine<S3, S4, NI>

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

impl<V, T> VZip for SseMachine<S3, S4, NI>

fn vzip(self: Self) -> V