pub struct GetAppSecretVariables {
pub app_id: Id,
pub secret_name: String,
}
Fields§
§app_id: Id
§secret_name: String
Trait Implementations§
Source§impl Debug for GetAppSecretVariables
impl Debug for GetAppSecretVariables
Source§impl QueryVariables for GetAppSecretVariables
impl QueryVariables for GetAppSecretVariables
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 = GetAppSecretVariablesFields
type Fields = GetAppSecretVariablesFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for GetAppSecretVariables
impl RefUnwindSafe for GetAppSecretVariables
impl Send for GetAppSecretVariables
impl Sync for GetAppSecretVariables
impl Unpin for GetAppSecretVariables
impl UnwindSafe for GetAppSecretVariables
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