pub struct CreateNamespaceVarsFields;
Implementations§
Trait Implementations§
impl QueryVariablesFields for CreateNamespaceVarsFields
impl VariableMatch<CreateNamespaceVarsFields> for CreateNamespaceVarsFields
Auto Trait Implementations§
impl Freeze for CreateNamespaceVarsFields
impl RefUnwindSafe for CreateNamespaceVarsFields
impl Send for CreateNamespaceVarsFields
impl Sync for CreateNamespaceVarsFields
impl Unpin for CreateNamespaceVarsFields
impl UnwindSafe for CreateNamespaceVarsFields
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