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