pub enum ScriptWebFrame {
Top,
All,
}
Expand description
Possible values of the frame that a script is injected.
Variants§
Trait Implementations§
Source§impl From<ScriptWebFrame> for c_int
impl From<ScriptWebFrame> for c_int
Source§fn from(value: ScriptWebFrame) -> Self
fn from(value: ScriptWebFrame) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ScriptWebFrame
impl RefUnwindSafe for ScriptWebFrame
impl Send for ScriptWebFrame
impl Sync for ScriptWebFrame
impl Unpin for ScriptWebFrame
impl UnwindSafe for ScriptWebFrame
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