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