Struct gdnative::_JSON[][src]

pub struct _JSON { /* fields omitted */ }

core singleton class _JSON : Object (manually managed)

Base class

_JSON inherits Object and all of its methods.

Methods

impl _JSON
[src]

Up-cast.

Methods from Deref<Target = Object>

Trait Implementations

impl GodotObject for _JSON
[src]

impl Deref for _JSON
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for _JSON
[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for _JSON

impl !Sync for _JSON