Struct Pong
struct Pong { ... }
Implementations
impl Debug for Pong
fn fmt(self: &Self, fmt: &mut Formatter<'_>) -> Result
impl Freeze for Pong
impl RefUnwindSafe for Pong
impl Send for Pong
impl Sync for Pong
impl Unpin for Pong
impl UnsafeUnpin for Pong
impl UnwindSafe for Pong
impl<T> Any for Pong
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Pong
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Pong
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for Pong
fn from(t: T) -> TReturns the argument unchanged.
impl<T> Instrument for Pong
impl<T> WithSubscriber for Pong
impl<T, U> Into for Pong
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 Pong
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Pong
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>