pub struct ForgottenTopic {
pub name: String,
pub forgotten_partition_indexes: Vec<i32>,
}
Fields§
§name: String
The partition name.
forgotten_partition_indexes: Vec<i32>
The partitions indexes to forget.
Trait Implementations§
Source§impl Debug for ForgottenTopic
impl Debug for ForgottenTopic
Source§impl Decoder for ForgottenTopic
impl Decoder for ForgottenTopic
Source§impl Default for ForgottenTopic
impl Default for ForgottenTopic
Source§impl<'de> Deserialize<'de> for ForgottenTopic
impl<'de> Deserialize<'de> for ForgottenTopic
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
Source§impl Encoder for ForgottenTopic
impl Encoder for ForgottenTopic
Auto Trait Implementations§
impl Freeze for ForgottenTopic
impl RefUnwindSafe for ForgottenTopic
impl Send for ForgottenTopic
impl Sync for ForgottenTopic
impl Unpin for ForgottenTopic
impl UnwindSafe for ForgottenTopic
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