pub struct UpdateTopicRequest {
pub topic_name: String,
pub topic_info: TopicInfo,
}Expand description
Update topic request
Fields§
§topic_name: StringTopic name
topic_info: TopicInfoTopic info
Trait Implementations§
Source§impl Clone for UpdateTopicRequest
impl Clone for UpdateTopicRequest
Source§fn clone(&self) -> UpdateTopicRequest
fn clone(&self) -> UpdateTopicRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 UpdateTopicRequest
impl Debug for UpdateTopicRequest
Source§impl<'de> Deserialize<'de> for UpdateTopicRequest
impl<'de> Deserialize<'de> for UpdateTopicRequest
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
Auto Trait Implementations§
impl Freeze for UpdateTopicRequest
impl RefUnwindSafe for UpdateTopicRequest
impl Send for UpdateTopicRequest
impl Sync for UpdateTopicRequest
impl Unpin for UpdateTopicRequest
impl UnwindSafe for UpdateTopicRequest
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