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