pub struct CreatePartitionsTopicResultV0 {
pub name: String,
pub error_code: i16,
pub error_message: Option<String>,
}Fields§
§name: String§error_code: i16§error_message: Option<String>Trait Implementations§
Source§impl Clone for CreatePartitionsTopicResultV0
impl Clone for CreatePartitionsTopicResultV0
Source§fn clone(&self) -> CreatePartitionsTopicResultV0
fn clone(&self) -> CreatePartitionsTopicResultV0
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 moreimpl Eq for CreatePartitionsTopicResultV0
impl StructuralPartialEq for CreatePartitionsTopicResultV0
Auto Trait Implementations§
impl Freeze for CreatePartitionsTopicResultV0
impl RefUnwindSafe for CreatePartitionsTopicResultV0
impl Send for CreatePartitionsTopicResultV0
impl Sync for CreatePartitionsTopicResultV0
impl Unpin for CreatePartitionsTopicResultV0
impl UnsafeUnpin for CreatePartitionsTopicResultV0
impl UnwindSafe for CreatePartitionsTopicResultV0
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