pub struct SecretsServiceDiscovery;Expand description
Secrets service.
Trait Implementations§
Source§impl ServiceDiscovery for SecretsServiceDiscovery
impl ServiceDiscovery for SecretsServiceDiscovery
Source§fn fqdn(_region: Region) -> String
fn fqdn(_region: Region) -> String
Returns the FQDN for the Secrets service.
The Secrets API is a global endpoint — the region parameter is ignored.
Source§fn endpoint(_region: Region) -> Result<Url, RegionError>
fn endpoint(_region: Region) -> Result<Url, RegionError>
Returns the URL for the Secrets service.
The Secrets API is a global endpoint — the region parameter is ignored.
fn name(&self) -> &'static str
Auto Trait Implementations§
impl Freeze for SecretsServiceDiscovery
impl RefUnwindSafe for SecretsServiceDiscovery
impl Send for SecretsServiceDiscovery
impl Sync for SecretsServiceDiscovery
impl Unpin for SecretsServiceDiscovery
impl UnsafeUnpin for SecretsServiceDiscovery
impl UnwindSafe for SecretsServiceDiscovery
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
impl<A, B, T> HttpServerConnExec<A, B> for Twhere
B: Body,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self to an expression for Diesel’s query builder. Read more