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
source§impl MappingTrait for MappingProperties
 
impl MappingTrait for MappingProperties
Auto Trait Implementations§
impl !RefUnwindSafe for MappingProperties
impl !Send for MappingProperties
impl !Sync for MappingProperties
impl Unpin for MappingProperties
impl !UnwindSafe for MappingProperties
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