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