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