pub struct CreateTopicsTopicResultV2 {
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 CreateTopicsTopicResultV2
impl Clone for CreateTopicsTopicResultV2
Source§fn clone(&self) -> CreateTopicsTopicResultV2
fn clone(&self) -> CreateTopicsTopicResultV2
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 CreateTopicsTopicResultV2
impl Debug for CreateTopicsTopicResultV2
impl Eq for CreateTopicsTopicResultV2
impl StructuralPartialEq for CreateTopicsTopicResultV2
Auto Trait Implementations§
impl Freeze for CreateTopicsTopicResultV2
impl RefUnwindSafe for CreateTopicsTopicResultV2
impl Send for CreateTopicsTopicResultV2
impl Sync for CreateTopicsTopicResultV2
impl Unpin for CreateTopicsTopicResultV2
impl UnsafeUnpin for CreateTopicsTopicResultV2
impl UnwindSafe for CreateTopicsTopicResultV2
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