pub struct TomlKeyPathNode {
pub span: SourceSpan,
pub segments: Vec<TomlKeySegmentNode>,
}Fields§
§span: SourceSpan§segments: Vec<TomlKeySegmentNode>Trait Implementations§
Source§impl Clone for TomlKeyPathNode
impl Clone for TomlKeyPathNode
Source§fn clone(&self) -> TomlKeyPathNode
fn clone(&self) -> TomlKeyPathNode
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 TomlKeyPathNode
impl RefUnwindSafe for TomlKeyPathNode
impl Send for TomlKeyPathNode
impl Sync for TomlKeyPathNode
impl Unpin for TomlKeyPathNode
impl UnsafeUnpin for TomlKeyPathNode
impl UnwindSafe for TomlKeyPathNode
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