pub struct MetadataRequestTopic {
pub name: String_,
}Fields§
§name: String_The topic name
Trait Implementations§
Source§impl Debug for MetadataRequestTopic
impl Debug for MetadataRequestTopic
Source§impl<W> WriteVersionedType<W> for MetadataRequestTopicwhere
W: Write,
impl<W> WriteVersionedType<W> for MetadataRequestTopicwhere
W: Write,
fn write_versioned( &self, writer: &mut W, version: ApiVersion, ) -> Result<(), WriteVersionedError>
Auto Trait Implementations§
impl Freeze for MetadataRequestTopic
impl RefUnwindSafe for MetadataRequestTopic
impl Send for MetadataRequestTopic
impl Sync for MetadataRequestTopic
impl Unpin for MetadataRequestTopic
impl UnwindSafe for MetadataRequestTopic
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