pub struct DeleteSessionAnnotationResponse {
pub error: RevokeSessionShareResponseError,
pub message: String,
pub retry_after_seconds: i64,
}Expand description
DeleteSessionAnnotationResponse model.
Fields§
§error: RevokeSessionShareResponseError§message: String§retry_after_seconds: i64Trait Implementations§
Source§impl Clone for DeleteSessionAnnotationResponse
impl Clone for DeleteSessionAnnotationResponse
Source§fn clone(&self) -> DeleteSessionAnnotationResponse
fn clone(&self) -> DeleteSessionAnnotationResponse
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 Default for DeleteSessionAnnotationResponse
impl Default for DeleteSessionAnnotationResponse
Source§fn default() -> DeleteSessionAnnotationResponse
fn default() -> DeleteSessionAnnotationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteSessionAnnotationResponse
impl<'de> Deserialize<'de> for DeleteSessionAnnotationResponse
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
impl StructuralPartialEq for DeleteSessionAnnotationResponse
Auto Trait Implementations§
impl Freeze for DeleteSessionAnnotationResponse
impl RefUnwindSafe for DeleteSessionAnnotationResponse
impl Send for DeleteSessionAnnotationResponse
impl Sync for DeleteSessionAnnotationResponse
impl Unpin for DeleteSessionAnnotationResponse
impl UnsafeUnpin for DeleteSessionAnnotationResponse
impl UnwindSafe for DeleteSessionAnnotationResponse
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