Struct config_it::config::entity::PropertyInfo
source · pub struct PropertyInfo { /* private fields */ }Expand description
Metadata for configuration entity. This can be used as template for multiple config entity instances.
Trait Implementations§
source§impl Debug for PropertyInfo
impl Debug for PropertyInfo
Auto Trait Implementations§
impl !RefUnwindSafe for PropertyInfo
impl Send for PropertyInfo
impl Sync for PropertyInfo
impl Unpin for PropertyInfo
impl !UnwindSafe for PropertyInfo
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