pub enum InactiveTopicDeleteMode {
NoSubscriptions,
SubscriptionsCaughtUp,
}Expand description
Variants§
Trait Implementations§
Source§impl Clone for InactiveTopicDeleteMode
impl Clone for InactiveTopicDeleteMode
Source§fn clone(&self) -> InactiveTopicDeleteMode
fn clone(&self) -> InactiveTopicDeleteMode
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 Debug for InactiveTopicDeleteMode
impl Debug for InactiveTopicDeleteMode
Source§impl Default for InactiveTopicDeleteMode
impl Default for InactiveTopicDeleteMode
Source§fn default() -> InactiveTopicDeleteMode
fn default() -> InactiveTopicDeleteMode
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InactiveTopicDeleteMode
impl<'de> Deserialize<'de> for InactiveTopicDeleteMode
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 Hash for InactiveTopicDeleteMode
impl Hash for InactiveTopicDeleteMode
Source§impl Ord for InactiveTopicDeleteMode
impl Ord for InactiveTopicDeleteMode
Source§fn cmp(&self, other: &InactiveTopicDeleteMode) -> Ordering
fn cmp(&self, other: &InactiveTopicDeleteMode) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for InactiveTopicDeleteMode
impl PartialEq for InactiveTopicDeleteMode
Source§impl PartialOrd for InactiveTopicDeleteMode
impl PartialOrd for InactiveTopicDeleteMode
Source§impl Serialize for InactiveTopicDeleteMode
impl Serialize for InactiveTopicDeleteMode
impl Copy for InactiveTopicDeleteMode
impl Eq for InactiveTopicDeleteMode
impl StructuralPartialEq for InactiveTopicDeleteMode
Auto Trait Implementations§
impl Freeze for InactiveTopicDeleteMode
impl RefUnwindSafe for InactiveTopicDeleteMode
impl Send for InactiveTopicDeleteMode
impl Sync for InactiveTopicDeleteMode
impl Unpin for InactiveTopicDeleteMode
impl UnwindSafe for InactiveTopicDeleteMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.