Struct godot::classes::json::ExStringify
pub struct ExStringify { /* private fields */ }
Expand description
Default-param extender for Json::stringify_ex
.
Implementations§
§impl ExStringify
impl ExStringify
pub fn indent(self, value: GString) -> ExStringify
pub fn sort_keys(self, value: bool) -> ExStringify
pub fn full_precision(self, value: bool) -> ExStringify
pub fn done(self) -> GString
Auto Trait Implementations§
impl Freeze for ExStringify
impl RefUnwindSafe for ExStringify
impl !Send for ExStringify
impl !Sync for ExStringify
impl Unpin for ExStringify
impl UnwindSafe for ExStringify
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