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