pub struct CatalogCredential {
pub token: SecretString,
pub expires_at: OffsetDateTime,
pub scope: CredentialScope,
}Fields§
§token: SecretString§expires_at: OffsetDateTime§scope: CredentialScopeAuto Trait Implementations§
impl Freeze for CatalogCredential
impl RefUnwindSafe for CatalogCredential
impl Send for CatalogCredential
impl Sync for CatalogCredential
impl Unpin for CatalogCredential
impl UnsafeUnpin for CatalogCredential
impl UnwindSafe for CatalogCredential
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