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