Struct tauri::CloseRequestApi
source · [−]pub struct CloseRequestApi(_);Expand description
Api exposed on the CloseRequested event.
Implementations
sourceimpl CloseRequestApi
impl CloseRequestApi
sourcepub fn prevent_close(&self)
pub fn prevent_close(&self)
Prevents the window from being closed.
Trait Implementations
sourceimpl Clone for CloseRequestApi
impl Clone for CloseRequestApi
sourcefn clone(&self) -> CloseRequestApi
fn clone(&self) -> CloseRequestApi
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
Auto Trait Implementations
impl !RefUnwindSafe for CloseRequestApi
impl Send for CloseRequestApi
impl !Sync for CloseRequestApi
impl Unpin for CloseRequestApi
impl !UnwindSafe for CloseRequestApi
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more