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