pub struct Address<State = Get> { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<'de, State> Deserialize<'de> for Address<State>
impl<'de, State> Deserialize<'de> for Address<State>
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<State> Freeze for Address<State>
impl<State> RefUnwindSafe for Address<State>where
State: RefUnwindSafe,
impl<State> Send for Address<State>where
State: Send,
impl<State> Sync for Address<State>where
State: Sync,
impl<State> Unpin for Address<State>where
State: Unpin,
impl<State> UnwindSafe for Address<State>where
State: UnwindSafe,
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