pub enum GetSecretResponse {
EarlyResponse(Response<Full<Bytes>>),
Secret(SecretGetterResult),
}
Variants§
Auto Trait Implementations§
impl !Freeze for GetSecretResponse
impl !RefUnwindSafe for GetSecretResponse
impl Send for GetSecretResponse
impl Sync for GetSecretResponse
impl Unpin for GetSecretResponse
impl !UnwindSafe for GetSecretResponse
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