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