pub struct JSONArrayContext {
pub wsc: (String,),
}
Fields§
§wsc: (String,)
Holds the whitespace/comments that follow the opening bracket of a JSONValue::JSONArray
LBRACKET {wsc.0} [ array_values ] RBRACKET
Trait Implementations§
Source§impl Clone for JSONArrayContext
impl Clone for JSONArrayContext
Source§fn clone(&self) -> JSONArrayContext
fn clone(&self) -> JSONArrayContext
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 Debug for JSONArrayContext
impl Debug for JSONArrayContext
Source§impl PartialEq for JSONArrayContext
impl PartialEq for JSONArrayContext
impl StructuralPartialEq for JSONArrayContext
Auto Trait Implementations§
impl Freeze for JSONArrayContext
impl RefUnwindSafe for JSONArrayContext
impl Send for JSONArrayContext
impl Sync for JSONArrayContext
impl Unpin for JSONArrayContext
impl UnwindSafe for JSONArrayContext
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