pub struct MappingProperties { /* private fields */ }Implementations§
source§impl MappingProperties
impl MappingProperties
pub fn new() -> Selfwhere
Self: Sized,
pub fn add_property<T>(&mut self, key: &str, value: T) -> &mut MappingPropertieswhere
T: MappingTrait + 'static,
Trait Implementations§
source§impl Default for MappingProperties
impl Default for MappingProperties
source§fn default() -> MappingProperties
fn default() -> MappingProperties
Returns the “default value” for a type. Read more