pub struct CompletableFuturePartitionedTopicMetadata {
pub cancelled: Option<bool>,
pub completed_exceptionally: Option<bool>,
pub done: Option<bool>,
pub number_of_dependents: Option<i32>,
}Fields§
§cancelled: Option<bool>§completed_exceptionally: Option<bool>§done: Option<bool>§number_of_dependents: Option<i32>Implementations§
Trait Implementations§
Source§impl Clone for CompletableFuturePartitionedTopicMetadata
impl Clone for CompletableFuturePartitionedTopicMetadata
Source§fn clone(&self) -> CompletableFuturePartitionedTopicMetadata
fn clone(&self) -> CompletableFuturePartitionedTopicMetadata
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for CompletableFuturePartitionedTopicMetadata
impl Default for CompletableFuturePartitionedTopicMetadata
Source§fn default() -> CompletableFuturePartitionedTopicMetadata
fn default() -> CompletableFuturePartitionedTopicMetadata
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CompletableFuturePartitionedTopicMetadata
impl<'de> Deserialize<'de> for CompletableFuturePartitionedTopicMetadata
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 PartialEq for CompletableFuturePartitionedTopicMetadata
impl PartialEq for CompletableFuturePartitionedTopicMetadata
Source§fn eq(&self, other: &CompletableFuturePartitionedTopicMetadata) -> bool
fn eq(&self, other: &CompletableFuturePartitionedTopicMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CompletableFuturePartitionedTopicMetadata
Auto Trait Implementations§
impl Freeze for CompletableFuturePartitionedTopicMetadata
impl RefUnwindSafe for CompletableFuturePartitionedTopicMetadata
impl Send for CompletableFuturePartitionedTopicMetadata
impl Sync for CompletableFuturePartitionedTopicMetadata
impl Unpin for CompletableFuturePartitionedTopicMetadata
impl UnwindSafe for CompletableFuturePartitionedTopicMetadata
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