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