pub struct GetAddressParams {
pub address: String,
}
Fields§
§address: String
Auto Trait Implementations§
impl Freeze for GetAddressParams
impl RefUnwindSafe for GetAddressParams
impl Send for GetAddressParams
impl Sync for GetAddressParams
impl Unpin for GetAddressParams
impl UnwindSafe for GetAddressParams
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