pub struct JsonString(/* private fields */);Implementations§
Source§impl JsonString
impl JsonString
pub fn produce(&self, p__456: JsonProducer)
pub fn new(content__459: impl ToArcString) -> JsonString
pub fn content(&self) -> Arc<String>
Trait Implementations§
Source§impl AnyValueTrait for JsonString
impl AnyValueTrait for JsonString
Source§impl AsAnyValue for JsonString
impl AsAnyValue for JsonString
fn as_any_value(&self) -> AnyValue
Source§impl Clone for JsonString
impl Clone for JsonString
Source§fn clone(&self) -> JsonString
fn clone(&self) -> JsonString
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 moreSource§impl JsonSyntaxTreeTrait for JsonString
impl JsonSyntaxTreeTrait for JsonString
fn as_enum(&self) -> JsonSyntaxTreeEnum
fn clone_boxed(&self) -> JsonSyntaxTree
fn produce(&self, p__456: JsonProducer)
Auto Trait Implementations§
impl Freeze for JsonString
impl RefUnwindSafe for JsonString
impl Send for JsonString
impl Sync for JsonString
impl Unpin for JsonString
impl UnwindSafe for JsonString
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