pub struct JsonInterpolationNode {
pub span: SourceSpan,
pub interpolation_index: usize,
pub role: String,
}Fields§
§span: SourceSpan§interpolation_index: usize§role: StringTrait Implementations§
Source§impl Clone for JsonInterpolationNode
impl Clone for JsonInterpolationNode
Source§fn clone(&self) -> JsonInterpolationNode
fn clone(&self) -> JsonInterpolationNode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for JsonInterpolationNode
impl RefUnwindSafe for JsonInterpolationNode
impl Send for JsonInterpolationNode
impl Sync for JsonInterpolationNode
impl Unpin for JsonInterpolationNode
impl UnsafeUnpin for JsonInterpolationNode
impl UnwindSafe for JsonInterpolationNode
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