pub struct USAutocompleteClient { /* private fields */ }
Implementations§
Source§impl USAutocompleteClient
impl USAutocompleteClient
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 USAutocompleteClient
impl !RefUnwindSafe for USAutocompleteClient
impl Send for USAutocompleteClient
impl Sync for USAutocompleteClient
impl Unpin for USAutocompleteClient
impl !UnwindSafe for USAutocompleteClient
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