Struct smooth_json::Flattener
source · pub struct Flattener<'a> {
pub separator: &'a str,
}Fields§
§separator: &'a strImplementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Flattener<'a>
impl<'a> RefUnwindSafe for Flattener<'a>
impl<'a> Send for Flattener<'a>
impl<'a> Sync for Flattener<'a>
impl<'a> Unpin for Flattener<'a>
impl<'a> UnwindSafe for Flattener<'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