Struct pulsar_admin_sdk::models::completable_future_partitioned_topic_metadata::CompletableFuturePartitionedTopicMetadata
source · 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 copy 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
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CompletableFuturePartitionedTopicMetadata
Auto Trait Implementations§
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