pub struct JsonExtractSpec {
pub paths: Vec<String>,
}Fields§
§paths: Vec<String>Auto Trait Implementations§
impl Freeze for JsonExtractSpec
impl RefUnwindSafe for JsonExtractSpec
impl Send for JsonExtractSpec
impl Sync for JsonExtractSpec
impl Unpin for JsonExtractSpec
impl UnsafeUnpin for JsonExtractSpec
impl UnwindSafe for JsonExtractSpec
Blanket Implementations§
impl<T> Allocation for T
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