pub struct VertexEndpoint {
pub base_url: Option<String>,
pub http_headers: HashMap<String, String>,
pub project: Option<String>,
pub location: Option<String>,
pub options: Option<GeminiModelOptions>,
}Expand description
antigravity.localharness.VertexEndpoint
Fields§
§base_url: Option<String>§http_headers: HashMap<String, String>§project: Option<String>§location: Option<String>§options: Option<GeminiModelOptions>Trait Implementations§
Source§impl Clone for VertexEndpoint
impl Clone for VertexEndpoint
Source§fn clone(&self) -> VertexEndpoint
fn clone(&self) -> VertexEndpoint
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 VertexEndpoint
impl Debug for VertexEndpoint
Source§impl Default for VertexEndpoint
impl Default for VertexEndpoint
Source§fn default() -> VertexEndpoint
fn default() -> VertexEndpoint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VertexEndpoint
impl<'de> Deserialize<'de> for VertexEndpoint
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 VertexEndpoint
impl PartialEq for VertexEndpoint
Source§impl Serialize for VertexEndpoint
impl Serialize for VertexEndpoint
impl StructuralPartialEq for VertexEndpoint
Auto Trait Implementations§
impl Freeze for VertexEndpoint
impl RefUnwindSafe for VertexEndpoint
impl Send for VertexEndpoint
impl Sync for VertexEndpoint
impl Unpin for VertexEndpoint
impl UnsafeUnpin for VertexEndpoint
impl UnwindSafe for VertexEndpoint
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