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