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