pub struct PopupRegistry { /* private fields */ }Expand description
Shared, cheaply-cloneable handle to the popup registry provided by the
nearest PopupHost.
Trait Implementations§
Source§impl Clone for PopupRegistry
impl Clone for PopupRegistry
Source§fn clone(&self) -> PopupRegistry
fn clone(&self) -> PopupRegistry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for PopupRegistry
impl !Send for PopupRegistry
impl !Sync for PopupRegistry
impl !UnwindSafe for PopupRegistry
impl Freeze for PopupRegistry
impl Unpin for PopupRegistry
impl UnsafeUnpin for PopupRegistry
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