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