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