pub struct ParseAddressOptions {}Expand description
Options for use with parse_address.
Right now, this is just a placeholder and you can’t set any options yet.
Trait Implementations§
Source§impl Debug for ParseAddressOptions
impl Debug for ParseAddressOptions
Source§impl Default for ParseAddressOptions
impl Default for ParseAddressOptions
Source§fn default() -> ParseAddressOptions
fn default() -> ParseAddressOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParseAddressOptions
impl RefUnwindSafe for ParseAddressOptions
impl Send for ParseAddressOptions
impl Sync for ParseAddressOptions
impl Unpin for ParseAddressOptions
impl UnwindSafe for ParseAddressOptions
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