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