pub struct TomlInterpolationNode {
pub span: SourceSpan,
pub interpolation_index: usize,
pub role: String,
}Fields§
§span: SourceSpan§interpolation_index: usize§role: StringTrait Implementations§
Source§impl Clone for TomlInterpolationNode
impl Clone for TomlInterpolationNode
Source§fn clone(&self) -> TomlInterpolationNode
fn clone(&self) -> TomlInterpolationNode
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 TomlInterpolationNode
impl RefUnwindSafe for TomlInterpolationNode
impl Send for TomlInterpolationNode
impl Sync for TomlInterpolationNode
impl Unpin for TomlInterpolationNode
impl UnsafeUnpin for TomlInterpolationNode
impl UnwindSafe for TomlInterpolationNode
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