pub struct BrowserAddressInputResponse {
pub action: BrowserAddressAction,
pub state: BrowserAddressState,
pub navigation: Option<BrowserAddressNavigation>,
pub suggestions: Option<Vec<BrowserAddressSuggestion>>,
pub error: Option<BrowserAddressInputError>,
}Fields§
§action: BrowserAddressAction§state: BrowserAddressState§suggestions: Option<Vec<BrowserAddressSuggestion>>§error: Option<BrowserAddressInputError>Trait Implementations§
Source§impl Clone for BrowserAddressInputResponse
impl Clone for BrowserAddressInputResponse
Source§fn clone(&self) -> BrowserAddressInputResponse
fn clone(&self) -> BrowserAddressInputResponse
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 BrowserAddressInputResponse
impl Debug for BrowserAddressInputResponse
Source§impl<'de> Deserialize<'de> for BrowserAddressInputResponse
impl<'de> Deserialize<'de> for BrowserAddressInputResponse
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
Auto Trait Implementations§
impl Freeze for BrowserAddressInputResponse
impl RefUnwindSafe for BrowserAddressInputResponse
impl Send for BrowserAddressInputResponse
impl Sync for BrowserAddressInputResponse
impl Unpin for BrowserAddressInputResponse
impl UnsafeUnpin for BrowserAddressInputResponse
impl UnwindSafe for BrowserAddressInputResponse
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