pub struct UrlContextCallContent {
pub arguments: Option<UrlContextCallContentUrlContextCallArguments>,
}Expand description
genai.UrlContextCallContent
Fields§
§arguments: Option<UrlContextCallContentUrlContextCallArguments>Trait Implementations§
Source§impl Clone for UrlContextCallContent
impl Clone for UrlContextCallContent
Source§fn clone(&self) -> UrlContextCallContent
fn clone(&self) -> UrlContextCallContent
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 UrlContextCallContent
impl Debug for UrlContextCallContent
Source§impl Default for UrlContextCallContent
impl Default for UrlContextCallContent
Source§fn default() -> UrlContextCallContent
fn default() -> UrlContextCallContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UrlContextCallContent
impl<'de> Deserialize<'de> for UrlContextCallContent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UrlContextCallContent
impl PartialEq for UrlContextCallContent
Source§impl Serialize for UrlContextCallContent
impl Serialize for UrlContextCallContent
impl StructuralPartialEq for UrlContextCallContent
Auto Trait Implementations§
impl Freeze for UrlContextCallContent
impl RefUnwindSafe for UrlContextCallContent
impl Send for UrlContextCallContent
impl Sync for UrlContextCallContent
impl Unpin for UrlContextCallContent
impl UnsafeUnpin for UrlContextCallContent
impl UnwindSafe for UrlContextCallContent
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