pub enum ChromeBrowsingContextOpenHint {
Unknown,
CurrentContext,
NewForegroundContext,
NewBackgroundContext,
}Variants§
Trait Implementations§
Source§impl Clone for ChromeBrowsingContextOpenHint
impl Clone for ChromeBrowsingContextOpenHint
Source§fn clone(&self) -> ChromeBrowsingContextOpenHint
fn clone(&self) -> ChromeBrowsingContextOpenHint
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 moreSource§impl From<BrowsingContextOpenHint> for ChromeBrowsingContextOpenHint
impl From<BrowsingContextOpenHint> for ChromeBrowsingContextOpenHint
Source§fn from(value: BrowsingContextOpenHint) -> Self
fn from(value: BrowsingContextOpenHint) -> Self
Converts to this type from the input type.
Source§impl From<ChromeBrowsingContextOpenHint> for BrowsingContextOpenHint
impl From<ChromeBrowsingContextOpenHint> for BrowsingContextOpenHint
Source§fn from(value: ChromeBrowsingContextOpenHint) -> Self
fn from(value: ChromeBrowsingContextOpenHint) -> Self
Converts to this type from the input type.
Source§impl From<ChromeBrowsingContextOpenHint> for TabOpenHint
impl From<ChromeBrowsingContextOpenHint> for TabOpenHint
Source§fn from(value: ChromeBrowsingContextOpenHint) -> Self
fn from(value: ChromeBrowsingContextOpenHint) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChromeBrowsingContextOpenHint
impl PartialEq for ChromeBrowsingContextOpenHint
Source§fn eq(&self, other: &ChromeBrowsingContextOpenHint) -> bool
fn eq(&self, other: &ChromeBrowsingContextOpenHint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ChromeBrowsingContextOpenHint
impl Eq for ChromeBrowsingContextOpenHint
impl StructuralPartialEq for ChromeBrowsingContextOpenHint
Auto Trait Implementations§
impl Freeze for ChromeBrowsingContextOpenHint
impl RefUnwindSafe for ChromeBrowsingContextOpenHint
impl Send for ChromeBrowsingContextOpenHint
impl Sync for ChromeBrowsingContextOpenHint
impl Unpin for ChromeBrowsingContextOpenHint
impl UnsafeUnpin for ChromeBrowsingContextOpenHint
impl UnwindSafe for ChromeBrowsingContextOpenHint
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