pub struct DeletableTopicResult {
pub name: String,
pub error_code: ErrorCode,
}
Fields§
§name: String
The topic name
error_code: ErrorCode
The deletion error, or 0 if the deletion succeeded.
Trait Implementations§
Source§impl Debug for DeletableTopicResult
impl Debug for DeletableTopicResult
Source§impl Decoder for DeletableTopicResult
impl Decoder for DeletableTopicResult
Source§impl Default for DeletableTopicResult
impl Default for DeletableTopicResult
Source§impl<'de> Deserialize<'de> for DeletableTopicResult
impl<'de> Deserialize<'de> for DeletableTopicResult
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 Encoder for DeletableTopicResult
impl Encoder for DeletableTopicResult
Auto Trait Implementations§
impl Freeze for DeletableTopicResult
impl RefUnwindSafe for DeletableTopicResult
impl Send for DeletableTopicResult
impl Sync for DeletableTopicResult
impl Unpin for DeletableTopicResult
impl UnwindSafe for DeletableTopicResult
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