pub struct QuotedFn<T> { /* private fields */ }
Expand description
Struct containing a type that is quoted.
This is constructed with the quoted() function.
Trait Implementations§
Source§impl<T, L> FormatInto<L> for QuotedFn<T>where
L: Lang,
T: FormatInto<L>,
impl<T, L> FormatInto<L> for QuotedFn<T>where
L: Lang,
T: FormatInto<L>,
Source§fn format_into(self, t: &mut Tokens<L>)
fn format_into(self, t: &mut Tokens<L>)
Convert the type into tokens in-place. Read more
impl<T: Copy> Copy for QuotedFn<T>
Auto Trait Implementations§
impl<T> Freeze for QuotedFn<T>where
T: Freeze,
impl<T> RefUnwindSafe for QuotedFn<T>where
T: RefUnwindSafe,
impl<T> Send for QuotedFn<T>where
T: Send,
impl<T> Sync for QuotedFn<T>where
T: Sync,
impl<T> Unpin for QuotedFn<T>where
T: Unpin,
impl<T> UnwindSafe for QuotedFn<T>where
T: UnwindSafe,
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