Struct tauri::CloseRequestApi 
source · pub struct CloseRequestApi(_);Expand description
Api exposed on the CloseRequested event.
Implementations§
source§impl CloseRequestApi
 
impl CloseRequestApi
sourcepub fn prevent_close(&self)
 
pub fn prevent_close(&self)
Prevents the window from being closed.
Trait Implementations§
source§impl Clone for CloseRequestApi
 
impl Clone for CloseRequestApi
source§fn clone(&self) -> CloseRequestApi
 
fn clone(&self) -> CloseRequestApi
Returns a copy 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 more