Enum tauri_utils::html::IsolationSide
source · pub enum IsolationSide {
Original,
Secure,
}
Expand description
Where the JavaScript is injected to
Variants§
Original
Original frame, the Brownfield application
Secure
Secure frame, the isolation security application
Trait Implementations§
source§impl Debug for IsolationSide
impl Debug for IsolationSide
source§impl Default for IsolationSide
impl Default for IsolationSide
Auto Trait Implementations§
impl Freeze for IsolationSide
impl RefUnwindSafe for IsolationSide
impl Send for IsolationSide
impl Sync for IsolationSide
impl Unpin for IsolationSide
impl UnwindSafe for IsolationSide
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