pub struct DeleteAppVars {
pub app_id: Id,
}
Fields§
§app_id: Id
Trait Implementations§
Source§impl Clone for DeleteAppVars
impl Clone for DeleteAppVars
Source§fn clone(&self) -> DeleteAppVars
fn clone(&self) -> DeleteAppVars
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for DeleteAppVars
impl Debug for DeleteAppVars
Source§impl QueryVariables for DeleteAppVars
impl QueryVariables for DeleteAppVars
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 = DeleteAppVarsFields
type Fields = DeleteAppVarsFields
A struct that determines which variables are available when using this
struct.
Auto Trait Implementations§
impl Freeze for DeleteAppVars
impl RefUnwindSafe for DeleteAppVars
impl Send for DeleteAppVars
impl Sync for DeleteAppVars
impl Unpin for DeleteAppVars
impl UnwindSafe for DeleteAppVars
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