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