pub struct CreatePartitionsTopicResult {
pub name: String,
pub error_code: i16,
pub error_message: Option<String>,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§name: String§error_code: i16§error_message: Option<String>§unknown_tagged_fields: UnknownTaggedFieldsTrait Implementations§
Source§impl Clone for CreatePartitionsTopicResult
impl Clone for CreatePartitionsTopicResult
Source§fn clone(&self) -> CreatePartitionsTopicResult
fn clone(&self) -> CreatePartitionsTopicResult
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 CreatePartitionsTopicResult
impl Debug for CreatePartitionsTopicResult
Source§impl Decode<'_> for CreatePartitionsTopicResult
impl Decode<'_> for CreatePartitionsTopicResult
Source§impl Default for CreatePartitionsTopicResult
impl Default for CreatePartitionsTopicResult
Source§fn default() -> CreatePartitionsTopicResult
fn default() -> CreatePartitionsTopicResult
Returns the “default value” for a type. Read more
Source§impl Encode for CreatePartitionsTopicResult
impl Encode for CreatePartitionsTopicResult
impl Eq for CreatePartitionsTopicResult
Source§impl PartialEq for CreatePartitionsTopicResult
impl PartialEq for CreatePartitionsTopicResult
Source§fn eq(&self, other: &CreatePartitionsTopicResult) -> bool
fn eq(&self, other: &CreatePartitionsTopicResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CreatePartitionsTopicResult
Auto Trait Implementations§
impl Freeze for CreatePartitionsTopicResult
impl RefUnwindSafe for CreatePartitionsTopicResult
impl Send for CreatePartitionsTopicResult
impl Sync for CreatePartitionsTopicResult
impl Unpin for CreatePartitionsTopicResult
impl UnsafeUnpin for CreatePartitionsTopicResult
impl UnwindSafe for CreatePartitionsTopicResult
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