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 Freeze for MappingProperties
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