pub struct RevokeMeSessionResponse {
pub ok: bool,
pub key_id: String,
pub already_revoked: Option<bool>,
}Expand description
RevokeMeSessionResponse model.
Fields§
§ok: bool§key_id: String§already_revoked: Option<bool>Trait Implementations§
Source§impl Clone for RevokeMeSessionResponse
impl Clone for RevokeMeSessionResponse
Source§fn clone(&self) -> RevokeMeSessionResponse
fn clone(&self) -> RevokeMeSessionResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RevokeMeSessionResponse
impl Debug for RevokeMeSessionResponse
Source§impl Default for RevokeMeSessionResponse
impl Default for RevokeMeSessionResponse
Source§fn default() -> RevokeMeSessionResponse
fn default() -> RevokeMeSessionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RevokeMeSessionResponse
impl<'de> Deserialize<'de> for RevokeMeSessionResponse
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 PartialEq for RevokeMeSessionResponse
impl PartialEq for RevokeMeSessionResponse
Source§impl Serialize for RevokeMeSessionResponse
impl Serialize for RevokeMeSessionResponse
impl StructuralPartialEq for RevokeMeSessionResponse
Auto Trait Implementations§
impl Freeze for RevokeMeSessionResponse
impl RefUnwindSafe for RevokeMeSessionResponse
impl Send for RevokeMeSessionResponse
impl Sync for RevokeMeSessionResponse
impl Unpin for RevokeMeSessionResponse
impl UnsafeUnpin for RevokeMeSessionResponse
impl UnwindSafe for RevokeMeSessionResponse
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