Struct ydb_unofficial::auth::UpdatableToken
source · pub struct UpdatableToken { /* private fields */ }Implementations§
source§impl UpdatableToken
impl UpdatableToken
pub fn new(token: AsciiValue) -> Self
Trait Implementations§
source§impl Clone for UpdatableToken
impl Clone for UpdatableToken
source§fn clone(&self) -> UpdatableToken
fn clone(&self) -> UpdatableToken
Returns a copy 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 moresource§impl Credentials for UpdatableToken
impl Credentials for UpdatableToken
fn token(&self) -> AsciiValue
source§impl Debug for UpdatableToken
impl Debug for UpdatableToken
source§impl Into<UpdatableToken> for Cli
Available on crate feature auth-cli only.
impl Into<UpdatableToken> for Cli
Available on crate feature
auth-cli only.source§fn into(self) -> UpdatableToken
fn into(self) -> UpdatableToken
Converts this type into the (usually inferred) input type.
source§impl Into<UpdatableToken> for ServiceAccountCredentials
Available on crate feature auth-sa only.
impl Into<UpdatableToken> for ServiceAccountCredentials
Available on crate feature
auth-sa only.source§fn into(self) -> UpdatableToken
fn into(self) -> UpdatableToken
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl RefUnwindSafe for UpdatableToken
impl Send for UpdatableToken
impl Sync for UpdatableToken
impl Unpin for UpdatableToken
impl UnwindSafe for UpdatableToken
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
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> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request