#[repr(transparent)]pub struct PointerFromLowerExp<T: LowerExp>(pub T);
Expand description
Provides Pointer
formatting by using the result of invoking LowerExp
formatting.
Tuple Fields§
§0: T
Implementations§
Source§impl<T: LowerExp> PointerFromLowerExp<T>
impl<T: LowerExp> PointerFromLowerExp<T>
Sourcepub fn into_inner(self) -> T
pub fn into_inner(self) -> T
Consumes the adapter and returns the wrapped value.
Trait Implementations§
Source§impl<T: LowerExp> From<T> for PointerFromLowerExp<T>
impl<T: LowerExp> From<T> for PointerFromLowerExp<T>
Auto Trait Implementations§
impl<T> Freeze for PointerFromLowerExp<T>where
T: Freeze,
impl<T> RefUnwindSafe for PointerFromLowerExp<T>where
T: RefUnwindSafe,
impl<T> Send for PointerFromLowerExp<T>where
T: Send,
impl<T> Sync for PointerFromLowerExp<T>where
T: Sync,
impl<T> Unpin for PointerFromLowerExp<T>where
T: Unpin,
impl<T> UnwindSafe for PointerFromLowerExp<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