pub struct PopupOptions {
pub width: PopupDimension,
pub height: PopupDimension,
pub title: Option<String>,
}Fields§
§width: PopupDimension§height: PopupDimension§title: Option<String>Trait Implementations§
Source§impl Clone for PopupOptions
impl Clone for PopupOptions
Source§fn clone(&self) -> PopupOptions
fn clone(&self) -> PopupOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PopupOptions
impl Debug for PopupOptions
Source§impl Default for PopupOptions
impl Default for PopupOptions
Source§impl PartialEq for PopupOptions
impl PartialEq for PopupOptions
impl Eq for PopupOptions
impl StructuralPartialEq for PopupOptions
Auto Trait Implementations§
impl Freeze for PopupOptions
impl RefUnwindSafe for PopupOptions
impl Send for PopupOptions
impl Sync for PopupOptions
impl Unpin for PopupOptions
impl UnsafeUnpin for PopupOptions
impl UnwindSafe for PopupOptions
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