pub struct PortableFieldMapping {
pub target_path: String,
pub source: PortableMappingSource,
pub transform: Option<PortableTransformation>,
pub population: PortablePopulationStrategy,
pub condition: Option<PortableConditionExpr>,
pub when: Option<String>,
pub stop: Option<String>,
pub emit: bool,
}Fields§
§target_path: String§source: PortableMappingSource§transform: Option<PortableTransformation>§population: PortablePopulationStrategy§condition: Option<PortableConditionExpr>§when: Option<String>§stop: Option<String>§emit: boolTrait Implementations§
Source§impl Clone for PortableFieldMapping
impl Clone for PortableFieldMapping
Source§fn clone(&self) -> PortableFieldMapping
fn clone(&self) -> PortableFieldMapping
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PortableFieldMapping
impl Debug for PortableFieldMapping
Source§impl<'de> Deserialize<'de> for PortableFieldMapping
impl<'de> Deserialize<'de> for PortableFieldMapping
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
Source§impl PartialEq for PortableFieldMapping
impl PartialEq for PortableFieldMapping
Source§impl Serialize for PortableFieldMapping
impl Serialize for PortableFieldMapping
impl StructuralPartialEq for PortableFieldMapping
Auto Trait Implementations§
impl Freeze for PortableFieldMapping
impl RefUnwindSafe for PortableFieldMapping
impl Send for PortableFieldMapping
impl Sync for PortableFieldMapping
impl Unpin for PortableFieldMapping
impl UnsafeUnpin for PortableFieldMapping
impl UnwindSafe for PortableFieldMapping
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