Struct Expanded

struct Expanded<'a, S, C> { ... }

Template expansion result.

Implementations

impl<'a, S, C> Freeze for Expanded<'a, S, C>

impl<'a, S, C> RefUnwindSafe for Expanded<'a, S, C>

impl<'a, S, C> Send for Expanded<'a, S, C>

impl<'a, S, C> Sync for Expanded<'a, S, C>

impl<'a, S, C> Unpin for Expanded<'a, S, C>

impl<'a, S, C> UnsafeUnpin for Expanded<'a, S, C>

impl<'a, S, C> UnwindSafe for Expanded<'a, S, C>

impl<'a, S: $crate::clone::Clone, C: $crate::clone::Clone> Clone for Expanded<'a, S, C>

fn clone(self: &Self) -> Expanded<'a, S, C>

impl<'a, S: $crate::fmt::Debug, C: $crate::fmt::Debug> Debug for Expanded<'a, S, C>

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl<'a, S: $crate::marker::Copy, C: $crate::marker::Copy> Copy for Expanded<'a, S, C>

impl<S: Spec, C: Context> Display for Expanded<'_, S, C>

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl<T> Any for Expanded<'a, S, C>

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for Expanded<'a, S, C>

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

impl<T> BorrowMut for Expanded<'a, S, C>

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

impl<T> CloneToUninit for Expanded<'a, S, C>

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

impl<T> From for Expanded<'a, S, C>

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for Expanded<'a, S, C>

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T> ToString for Expanded<'a, S, C>

fn to_string(self: &Self) -> String

impl<T> ToStringFallible for Expanded<'a, S, C>

fn try_to_string(self: &Self) -> Result<String, TryReserveError>

[ToString::to_string]alloc::string::ToString::to_string, but without panic on OOM.

impl<T, U> Into for Expanded<'a, S, C>

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 Expanded<'a, S, C>

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

impl<T, U> TryInto for Expanded<'a, S, C>

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