pub struct DeleteAppSecretVariablesFields;
Implementations§
Trait Implementations§
impl QueryVariablesFields for DeleteAppSecretVariablesFields
impl VariableMatch<DeleteAppSecretVariablesFields> for DeleteAppSecretVariablesFields
Auto Trait Implementations§
impl Freeze for DeleteAppSecretVariablesFields
impl RefUnwindSafe for DeleteAppSecretVariablesFields
impl Send for DeleteAppSecretVariablesFields
impl Sync for DeleteAppSecretVariablesFields
impl Unpin for DeleteAppSecretVariablesFields
impl UnwindSafe for DeleteAppSecretVariablesFields
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