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