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