pub struct Flyout { /* private fields */ }Expand description
Text or view content displayed in a flyout.
Implementations§
Trait Implementations§
impl StructuralPartialEq for Flyout
Auto Trait Implementations§
impl !RefUnwindSafe for Flyout
impl !Send for Flyout
impl !Sync for Flyout
impl !UnwindSafe for Flyout
impl Freeze for Flyout
impl Unpin for Flyout
impl UnsafeUnpin for Flyout
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