pub struct JoinedStr {
pub span: Span,
pub values: Vec<Expression>,
}
Fields§
§span: Span
§values: Vec<Expression>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for JoinedStr
impl RefUnwindSafe for JoinedStr
impl Send for JoinedStr
impl Sync for JoinedStr
impl Unpin for JoinedStr
impl UnwindSafe for JoinedStr
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