pub struct Flattener {
pub flat_array: bool,
pub flat_key_cb: fn(&Vec<&str>) -> String,
}
Fields§
§flat_array: bool
§flat_key_cb: fn(&Vec<&str>) -> String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Flattener
impl RefUnwindSafe for Flattener
impl Send for Flattener
impl Sync for Flattener
impl Unpin for Flattener
impl UnwindSafe for Flattener
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