pub struct RevokeTokenRequest<T, D> { /* private fields */ }Expand description
The RevokeTokenRequestBuilder is used to build revoke access token
permissions to access specific resource endpoints request that is sent to
the PubNub network.
This struct used by the revoke_token method of the PubNubClient.
The revoke_token method is used to revoke access token permissions.
Auto Trait Implementations§
impl<T, D> Freeze for RevokeTokenRequest<T, D>
impl<T, D> !RefUnwindSafe for RevokeTokenRequest<T, D>
impl<T, D> Send for RevokeTokenRequest<T, D>
impl<T, D> Sync for RevokeTokenRequest<T, D>
impl<T, D> Unpin for RevokeTokenRequest<T, D>
impl<T, D> !UnwindSafe for RevokeTokenRequest<T, D>
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