pub struct UpsertAppSecretsVariables {
pub app_id: Id,
pub secrets: Option<Vec<SecretInput>>,
}
Fields§
§app_id: Id
§secrets: Option<Vec<SecretInput>>
Trait Implementations§
Source§impl Debug for UpsertAppSecretsVariables
impl Debug for UpsertAppSecretsVariables
Source§impl QueryVariables for UpsertAppSecretsVariables
impl QueryVariables for UpsertAppSecretsVariables
Source§const VARIABLES: &'static [(&'static str, VariableType)] = _
const VARIABLES: &'static [(&'static str, VariableType)] = _
An associated constant that contains the variable names & their types. Read more
Source§type Fields = UpsertAppSecretsVariablesFields
type Fields = UpsertAppSecretsVariablesFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for UpsertAppSecretsVariables
impl RefUnwindSafe for UpsertAppSecretsVariables
impl Send for UpsertAppSecretsVariables
impl Sync for UpsertAppSecretsVariables
impl Unpin for UpsertAppSecretsVariables
impl UnwindSafe for UpsertAppSecretsVariables
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