pub struct FetchForgottenTopicV13 {
pub topic_id: [u8; 16],
pub partitions: Vec<i32>,
}Fields§
§topic_id: [u8; 16]§partitions: Vec<i32>Trait Implementations§
Source§impl Clone for FetchForgottenTopicV13
impl Clone for FetchForgottenTopicV13
Source§fn clone(&self) -> FetchForgottenTopicV13
fn clone(&self) -> FetchForgottenTopicV13
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 FetchForgottenTopicV13
impl Debug for FetchForgottenTopicV13
impl Eq for FetchForgottenTopicV13
Source§impl PartialEq for FetchForgottenTopicV13
impl PartialEq for FetchForgottenTopicV13
impl StructuralPartialEq for FetchForgottenTopicV13
Auto Trait Implementations§
impl Freeze for FetchForgottenTopicV13
impl RefUnwindSafe for FetchForgottenTopicV13
impl Send for FetchForgottenTopicV13
impl Sync for FetchForgottenTopicV13
impl Unpin for FetchForgottenTopicV13
impl UnsafeUnpin for FetchForgottenTopicV13
impl UnwindSafe for FetchForgottenTopicV13
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