pub struct UpsertAppSecretVariables<'a> {
pub app_id: Id,
pub name: &'a str,
pub value: &'a str,
}
Fields§
§app_id: Id
§name: &'a str
§value: &'a str
Trait Implementations§
Source§impl<'a> Debug for UpsertAppSecretVariables<'a>
impl<'a> Debug for UpsertAppSecretVariables<'a>
Source§impl<'a> QueryVariables for UpsertAppSecretVariables<'a>
impl<'a> QueryVariables for UpsertAppSecretVariables<'a>
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 = UpsertAppSecretVariablesFields
type Fields = UpsertAppSecretVariablesFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl<'a> Freeze for UpsertAppSecretVariables<'a>
impl<'a> RefUnwindSafe for UpsertAppSecretVariables<'a>
impl<'a> Send for UpsertAppSecretVariables<'a>
impl<'a> Sync for UpsertAppSecretVariables<'a>
impl<'a> Unpin for UpsertAppSecretVariables<'a>
impl<'a> UnwindSafe for UpsertAppSecretVariables<'a>
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