pub struct TaskIds {
pub subtopology_id: String,
pub partitions: Vec<i32>,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§subtopology_id: String§partitions: Vec<i32>§unknown_tagged_fields: UnknownTaggedFieldsTrait Implementations§
impl Eq for TaskIds
impl StructuralPartialEq for TaskIds
Auto Trait Implementations§
impl Freeze for TaskIds
impl RefUnwindSafe for TaskIds
impl Send for TaskIds
impl Sync for TaskIds
impl Unpin for TaskIds
impl UnsafeUnpin for TaskIds
impl UnwindSafe for TaskIds
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