pub struct PopupRequest {
pub app_id: String,
pub path: String,
pub width_ratio: f64,
pub height_ratio: f64,
pub position: PopupPosition,
}Fields§
§app_id: String§path: String§width_ratio: f64§height_ratio: f64§position: PopupPositionImplementations§
Trait Implementations§
Source§impl Clone for PopupRequest
impl Clone for PopupRequest
Source§fn clone(&self) -> PopupRequest
fn clone(&self) -> PopupRequest
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 moreAuto Trait Implementations§
impl Freeze for PopupRequest
impl RefUnwindSafe for PopupRequest
impl Send for PopupRequest
impl Sync for PopupRequest
impl Unpin for PopupRequest
impl UnwindSafe for PopupRequest
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