pub struct KeysBatch {
pub steam_id: String,
pub steam_api_key: String,
pub rawg_api_key: String,
pub gemini_api_key: String,
}Expand description
Lote de todas as API keys configuradas no sistema.
Usado para retornar múltiplos secrets de uma vez para o frontend.
Fields§
§steam_id: String§steam_api_key: String§rawg_api_key: String§gemini_api_key: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for KeysBatch
impl<'de> Deserialize<'de> for KeysBatch
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
Auto Trait Implementations§
impl Freeze for KeysBatch
impl RefUnwindSafe for KeysBatch
impl Send for KeysBatch
impl Sync for KeysBatch
impl Unpin for KeysBatch
impl UnwindSafe for KeysBatch
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