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