pub struct RevokeClientResponse {}Trait Implementations§
source§impl Debug for RevokeClientResponse
impl Debug for RevokeClientResponse
source§impl<'de> Deserialize<'de> for RevokeClientResponse
impl<'de> Deserialize<'de> for RevokeClientResponse
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Serialize for RevokeClientResponse
impl Serialize for RevokeClientResponse
impl ViturResponse for RevokeClientResponse
Auto Trait Implementations§
impl Freeze for RevokeClientResponse
impl RefUnwindSafe for RevokeClientResponse
impl Send for RevokeClientResponse
impl Sync for RevokeClientResponse
impl Unpin for RevokeClientResponse
impl UnwindSafe for RevokeClientResponse
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