pub struct JsonArray(/* private fields */);Implementations§
Source§impl JsonArray
impl JsonArray
pub fn produce(&self, p__439: JsonProducer)
pub fn new(elements__443: impl ToList<JsonSyntaxTree>) -> JsonArray
pub fn elements(&self) -> List<JsonSyntaxTree>
Trait Implementations§
Source§impl AnyValueTrait for JsonArray
impl AnyValueTrait for JsonArray
Source§impl AsAnyValue for JsonArray
impl AsAnyValue for JsonArray
fn as_any_value(&self) -> AnyValue
Source§impl JsonSyntaxTreeTrait for JsonArray
impl JsonSyntaxTreeTrait for JsonArray
fn as_enum(&self) -> JsonSyntaxTreeEnum
fn clone_boxed(&self) -> JsonSyntaxTree
fn produce(&self, p__439: JsonProducer)
Auto Trait Implementations§
impl Freeze for JsonArray
impl !RefUnwindSafe for JsonArray
impl Send for JsonArray
impl Sync for JsonArray
impl Unpin for JsonArray
impl !UnwindSafe for JsonArray
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