pub struct RevokeAccessResponse {
pub revoked: bool,
pub access_token: AccessTokenDto,
}Expand description
DTO for revoke access response
Fields§
§revoked: bool§access_token: AccessTokenDtoTrait Implementations§
Source§impl Debug for RevokeAccessResponse
impl Debug for RevokeAccessResponse
Auto Trait Implementations§
impl Freeze for RevokeAccessResponse
impl RefUnwindSafe for RevokeAccessResponse
impl Send for RevokeAccessResponse
impl Sync for RevokeAccessResponse
impl Unpin for RevokeAccessResponse
impl UnsafeUnpin for RevokeAccessResponse
impl UnwindSafe for RevokeAccessResponse
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