pub struct BrowserAddressInputContext {
pub preferred_scheme: Option<String>,
pub current_url: Option<String>,
pub tab_id: Option<String>,
pub allow_search_fallback: bool,
}Fields§
§preferred_scheme: Option<String>§current_url: Option<String>§tab_id: Option<String>§allow_search_fallback: boolTrait Implementations§
Source§impl Clone for BrowserAddressInputContext
impl Clone for BrowserAddressInputContext
Source§fn clone(&self) -> BrowserAddressInputContext
fn clone(&self) -> BrowserAddressInputContext
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BrowserAddressInputContext
impl Debug for BrowserAddressInputContext
Source§impl Default for BrowserAddressInputContext
impl Default for BrowserAddressInputContext
Source§fn default() -> BrowserAddressInputContext
fn default() -> BrowserAddressInputContext
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BrowserAddressInputContext
impl<'de> Deserialize<'de> for BrowserAddressInputContext
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<BrowserAddressInputContext, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<BrowserAddressInputContext, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for BrowserAddressInputContext
impl Serialize for BrowserAddressInputContext
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for BrowserAddressInputContext
impl RefUnwindSafe for BrowserAddressInputContext
impl Send for BrowserAddressInputContext
impl Sync for BrowserAddressInputContext
impl Unpin for BrowserAddressInputContext
impl UnsafeUnpin for BrowserAddressInputContext
impl UnwindSafe for BrowserAddressInputContext
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