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