pub struct WebSearchUserLocation { /* private fields */ }Available on crate feature
tools only.Expand description
Approximate user location for Anthropic’s web search tool.
Implementations§
Source§impl WebSearchUserLocation
impl WebSearchUserLocation
pub fn new() -> WebSearchUserLocation
pub fn with_city(self, city: impl Into<String>) -> WebSearchUserLocation
pub fn with_country(self, country: impl Into<String>) -> WebSearchUserLocation
pub fn with_region(self, region: impl Into<String>) -> WebSearchUserLocation
pub fn with_timezone(self, timezone: impl Into<String>) -> WebSearchUserLocation
Trait Implementations§
Source§impl Clone for WebSearchUserLocation
impl Clone for WebSearchUserLocation
Source§fn clone(&self) -> WebSearchUserLocation
fn clone(&self) -> WebSearchUserLocation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WebSearchUserLocation
impl Debug for WebSearchUserLocation
Source§impl Default for WebSearchUserLocation
impl Default for WebSearchUserLocation
Source§fn default() -> WebSearchUserLocation
fn default() -> WebSearchUserLocation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebSearchUserLocation
impl RefUnwindSafe for WebSearchUserLocation
impl Send for WebSearchUserLocation
impl Sync for WebSearchUserLocation
impl Unpin for WebSearchUserLocation
impl UnsafeUnpin for WebSearchUserLocation
impl UnwindSafe for WebSearchUserLocation
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