pub enum PropertiesUI {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PropertiesUI
impl RefUnwindSafe for PropertiesUI
impl Send for PropertiesUI
impl Sync for PropertiesUI
impl Unpin for PropertiesUI
impl UnwindSafe for PropertiesUI
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