pub struct VertexCredentials {
pub access_token: Option<String>,
}Expand description
Vertex AI 认证占位。
Fields§
§access_token: Option<String>Trait Implementations§
Source§impl Clone for VertexCredentials
impl Clone for VertexCredentials
Source§fn clone(&self) -> VertexCredentials
fn clone(&self) -> VertexCredentials
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for VertexCredentials
impl RefUnwindSafe for VertexCredentials
impl Send for VertexCredentials
impl Sync for VertexCredentials
impl Unpin for VertexCredentials
impl UnsafeUnpin for VertexCredentials
impl UnwindSafe for VertexCredentials
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