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