struct Prefixed<T>(Handle<T>);
Tuple Fields§
§0: Handle<T>
Trait Implementations§
source§impl Display for Prefixed<Expression>
impl Display for Prefixed<Expression>
source§impl Display for Prefixed<GlobalVariable>
impl Display for Prefixed<GlobalVariable>
Auto Trait Implementations§
impl<T> Freeze for Prefixed<T>
impl<T> RefUnwindSafe for Prefixed<T>where
T: RefUnwindSafe,
impl<T> Send for Prefixed<T>where
T: Send,
impl<T> Sync for Prefixed<T>where
T: Sync,
impl<T> Unpin for Prefixed<T>where
T: Unpin,
impl<T> UnwindSafe for Prefixed<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