#[repr(i32)]pub enum AlterSubscriptionType {
Undefined = 0,
AlterSubscriptionOptions = 1,
AlterSubscriptionConnection = 2,
AlterSubscriptionPublication = 3,
AlterSubscriptionRefresh = 4,
AlterSubscriptionEnabled = 5,
}
Variants§
Undefined = 0
AlterSubscriptionOptions = 1
AlterSubscriptionConnection = 2
AlterSubscriptionPublication = 3
AlterSubscriptionRefresh = 4
AlterSubscriptionEnabled = 5
Implementations§
Trait Implementations§
Source§impl Clone for AlterSubscriptionType
impl Clone for AlterSubscriptionType
Source§fn clone(&self) -> AlterSubscriptionType
fn clone(&self) -> AlterSubscriptionType
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 AlterSubscriptionType
impl Debug for AlterSubscriptionType
Source§impl Default for AlterSubscriptionType
impl Default for AlterSubscriptionType
Source§fn default() -> AlterSubscriptionType
fn default() -> AlterSubscriptionType
Returns the “default value” for a type. Read more
Source§impl From<AlterSubscriptionType> for i32
impl From<AlterSubscriptionType> for i32
Source§fn from(value: AlterSubscriptionType) -> i32
fn from(value: AlterSubscriptionType) -> i32
Converts to this type from the input type.
Source§impl Hash for AlterSubscriptionType
impl Hash for AlterSubscriptionType
Source§impl Ord for AlterSubscriptionType
impl Ord for AlterSubscriptionType
Source§fn cmp(&self, other: &AlterSubscriptionType) -> Ordering
fn cmp(&self, other: &AlterSubscriptionType) -> 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 AlterSubscriptionType
impl PartialEq for AlterSubscriptionType
Source§impl PartialOrd for AlterSubscriptionType
impl PartialOrd for AlterSubscriptionType
impl Copy for AlterSubscriptionType
impl Eq for AlterSubscriptionType
impl StructuralPartialEq for AlterSubscriptionType
Auto Trait Implementations§
impl Freeze for AlterSubscriptionType
impl RefUnwindSafe for AlterSubscriptionType
impl Send for AlterSubscriptionType
impl Sync for AlterSubscriptionType
impl Unpin for AlterSubscriptionType
impl UnwindSafe for AlterSubscriptionType
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