pub struct StrToMap {
pub this: Box<Expression>,
pub pair_delim: Option<Box<Expression>>,
pub key_value_delim: Option<Box<Expression>>,
pub duplicate_resolution_callback: Option<Box<Expression>>,
}Expand description
StrToMap
Fields§
§this: Box<Expression>§pair_delim: Option<Box<Expression>>§key_value_delim: Option<Box<Expression>>§duplicate_resolution_callback: Option<Box<Expression>>Trait Implementations§
Source§impl<'de> Deserialize<'de> for StrToMap
impl<'de> Deserialize<'de> for StrToMap
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for StrToMap
Auto Trait Implementations§
impl Freeze for StrToMap
impl RefUnwindSafe for StrToMap
impl Send for StrToMap
impl Sync for StrToMap
impl Unpin for StrToMap
impl UnwindSafe for StrToMap
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