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