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