pub enum AddressParams {
String(String),
AddressInput(AddressInput),
}Variants§
String(String)
AddressInput(AddressInput)
Auto Trait Implementations§
impl Freeze for AddressParams
impl RefUnwindSafe for AddressParams
impl Send for AddressParams
impl Sync for AddressParams
impl Unpin for AddressParams
impl UnwindSafe for AddressParams
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