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