pub struct InterpolableIdentStaticPart<'a> {
pub value: &'a str,
pub raw: &'a str,
pub span: Span,
}Fields§
§value: &'a str§raw: &'a str§span: SpanImplementations§
§impl<'a> InterpolableIdentStaticPart<'a>
impl<'a> InterpolableIdentStaticPart<'a>
Trait Implementations§
Source§impl<'a> Debug for InterpolableIdentStaticPart<'a>
impl<'a> Debug for InterpolableIdentStaticPart<'a>
Auto Trait Implementations§
impl<'a> Freeze for InterpolableIdentStaticPart<'a>
impl<'a> RefUnwindSafe for InterpolableIdentStaticPart<'a>
impl<'a> Send for InterpolableIdentStaticPart<'a>
impl<'a> Sync for InterpolableIdentStaticPart<'a>
impl<'a> Unpin for InterpolableIdentStaticPart<'a>
impl<'a> UnsafeUnpin for InterpolableIdentStaticPart<'a>
impl<'a> UnwindSafe for InterpolableIdentStaticPart<'a>
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