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