pub struct JsonSyntaxTree(/* private fields */);Implementations§
Source§impl JsonSyntaxTree
impl JsonSyntaxTree
pub fn new(selfish: impl JsonSyntaxTreeTrait + 'static) -> JsonSyntaxTree
Trait Implementations§
Source§impl AsAnyValue for JsonSyntaxTree
impl AsAnyValue for JsonSyntaxTree
fn as_any_value(&self) -> AnyValue
Source§impl Clone for JsonSyntaxTree
impl Clone for JsonSyntaxTree
Source§fn clone(&self) -> JsonSyntaxTree
fn clone(&self) -> JsonSyntaxTree
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 JsonSyntaxTree
impl !RefUnwindSafe for JsonSyntaxTree
impl Send for JsonSyntaxTree
impl Sync for JsonSyntaxTree
impl Unpin for JsonSyntaxTree
impl !UnwindSafe for JsonSyntaxTree
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