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