pub enum BrowserAddressValueKind {
Empty,
Url,
SearchQuery,
Invalid,
}Variants§
Trait Implementations§
Source§impl Clone for BrowserAddressValueKind
impl Clone for BrowserAddressValueKind
Source§fn clone(&self) -> BrowserAddressValueKind
fn clone(&self) -> BrowserAddressValueKind
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 moreimpl Copy for BrowserAddressValueKind
Source§impl Debug for BrowserAddressValueKind
impl Debug for BrowserAddressValueKind
Source§impl<'de> Deserialize<'de> for BrowserAddressValueKind
impl<'de> Deserialize<'de> for BrowserAddressValueKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for BrowserAddressValueKind
Source§impl PartialEq for BrowserAddressValueKind
impl PartialEq for BrowserAddressValueKind
Source§fn eq(&self, other: &BrowserAddressValueKind) -> bool
fn eq(&self, other: &BrowserAddressValueKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BrowserAddressValueKind
impl Serialize for BrowserAddressValueKind
impl StructuralPartialEq for BrowserAddressValueKind
Auto Trait Implementations§
impl Freeze for BrowserAddressValueKind
impl RefUnwindSafe for BrowserAddressValueKind
impl Send for BrowserAddressValueKind
impl Sync for BrowserAddressValueKind
impl Unpin for BrowserAddressValueKind
impl UnsafeUnpin for BrowserAddressValueKind
impl UnwindSafe for BrowserAddressValueKind
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