pub enum AmazonBedrockCredentialSource {
CodexManaged,
AwsManaged,
}Variants§
Trait Implementations§
Source§impl Clone for AmazonBedrockCredentialSource
impl Clone for AmazonBedrockCredentialSource
Source§fn clone(&self) -> AmazonBedrockCredentialSource
fn clone(&self) -> AmazonBedrockCredentialSource
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<'de> Deserialize<'de> for AmazonBedrockCredentialSource
impl<'de> Deserialize<'de> for AmazonBedrockCredentialSource
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
impl Eq for AmazonBedrockCredentialSource
Source§impl PartialEq for AmazonBedrockCredentialSource
impl PartialEq for AmazonBedrockCredentialSource
Source§fn eq(&self, other: &AmazonBedrockCredentialSource) -> bool
fn eq(&self, other: &AmazonBedrockCredentialSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AmazonBedrockCredentialSource
Auto Trait Implementations§
impl Freeze for AmazonBedrockCredentialSource
impl RefUnwindSafe for AmazonBedrockCredentialSource
impl Send for AmazonBedrockCredentialSource
impl Sync for AmazonBedrockCredentialSource
impl Unpin for AmazonBedrockCredentialSource
impl UnsafeUnpin for AmazonBedrockCredentialSource
impl UnwindSafe for AmazonBedrockCredentialSource
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