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