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