pub struct TopicRequest {
pub name: String,
pub partition_indexes: Vec<i32>,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§name: String§partition_indexes: Vec<i32>§unknown_tagged_fields: UnknownTaggedFieldsTrait Implementations§
Source§impl Clone for TopicRequest
impl Clone for TopicRequest
Source§fn clone(&self) -> TopicRequest
fn clone(&self) -> TopicRequest
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 TopicRequest
impl Debug for TopicRequest
Source§impl Decode<'_> for TopicRequest
impl Decode<'_> for TopicRequest
Source§impl Default for TopicRequest
impl Default for TopicRequest
Source§fn default() -> TopicRequest
fn default() -> TopicRequest
Returns the “default value” for a type. Read more
Source§impl Encode for TopicRequest
impl Encode for TopicRequest
impl Eq for TopicRequest
Source§impl PartialEq for TopicRequest
impl PartialEq for TopicRequest
Source§fn eq(&self, other: &TopicRequest) -> bool
fn eq(&self, other: &TopicRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TopicRequest
Auto Trait Implementations§
impl Freeze for TopicRequest
impl RefUnwindSafe for TopicRequest
impl Send for TopicRequest
impl Sync for TopicRequest
impl Unpin for TopicRequest
impl UnsafeUnpin for TopicRequest
impl UnwindSafe for TopicRequest
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