pub struct PropertySheetPresenter { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Debug for PropertySheetPresenter
impl Debug for PropertySheetPresenter
Auto Trait Implementations§
impl Freeze for PropertySheetPresenter
impl RefUnwindSafe for PropertySheetPresenter
impl Send for PropertySheetPresenter
impl Sync for PropertySheetPresenter
impl Unpin for PropertySheetPresenter
impl UnwindSafe for PropertySheetPresenter
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