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