pub struct Expanded<'a, S, C> { /* private fields */ }
Expand description
Template expansion result.
Trait Implementations§
source§impl<S: Spec, C: Context> TryFrom<Expanded<'_, S, C>> for RiAbsoluteString<S>
Available on crate feature alloc
only.
impl<S: Spec, C: Context> TryFrom<Expanded<'_, S, C>> for RiAbsoluteString<S>
Available on crate feature
alloc
only.source§impl<S: Spec, C: Context> TryFrom<Expanded<'_, S, C>> for RiReferenceString<S>
Available on crate feature alloc
only.
impl<S: Spec, C: Context> TryFrom<Expanded<'_, S, C>> for RiReferenceString<S>
Available on crate feature
alloc
only.source§impl<S: Spec, C: Context> TryFrom<Expanded<'_, S, C>> for RiRelativeString<S>
Available on crate feature alloc
only.
impl<S: Spec, C: Context> TryFrom<Expanded<'_, S, C>> for RiRelativeString<S>
Available on crate feature
alloc
only.source§impl<S: Spec, C: Context> TryFrom<Expanded<'_, S, C>> for RiString<S>
Available on crate feature alloc
only.
impl<S: Spec, C: Context> TryFrom<Expanded<'_, S, C>> for RiString<S>
Available on crate feature
alloc
only.impl<'a, S: Copy, C: Copy> Copy for Expanded<'a, S, C>
Auto Trait Implementations§
impl<'a, S, C> Freeze for Expanded<'a, S, C>
impl<'a, S, C> RefUnwindSafe for Expanded<'a, S, C>where
C: RefUnwindSafe,
impl<'a, S, C> Send for Expanded<'a, S, C>where
C: Sync,
impl<'a, S, C> Sync for Expanded<'a, S, C>where
C: Sync,
impl<'a, S, C> Unpin for Expanded<'a, S, C>
impl<'a, S, C> UnwindSafe for Expanded<'a, S, C>where
C: RefUnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> ToStringFallible for Twhere
T: Display,
impl<T> ToStringFallible for Twhere
T: Display,
source§fn try_to_string(&self) -> Result<String, TryReserveError>
Available on crate feature alloc
only.
fn try_to_string(&self) -> Result<String, TryReserveError>
alloc
only.ToString::to_string
, but without panic on OOM.