pub struct USZipcodeClient { /* private fields */ }
Implementations§
Source§impl USZipcodeClient
impl USZipcodeClient
Sourcepub fn new(options: Options) -> Result<Self, SmartyError>
pub fn new(options: Options) -> Result<Self, SmartyError>
Creates a new client with the given options
Auto Trait Implementations§
impl !Freeze for USZipcodeClient
impl !RefUnwindSafe for USZipcodeClient
impl Send for USZipcodeClient
impl Sync for USZipcodeClient
impl Unpin for USZipcodeClient
impl !UnwindSafe for USZipcodeClient
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