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