pub enum UpdateStateAction {
None,
ReturnKeepAlive,
ReturnNotifications,
SubscriptionCreated,
SubscriptionExpired,
}Variants§
Trait Implementations§
Source§impl Clone for UpdateStateAction
impl Clone for UpdateStateAction
Source§fn clone(&self) -> UpdateStateAction
fn clone(&self) -> UpdateStateAction
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 UpdateStateAction
impl Debug for UpdateStateAction
Source§impl PartialEq for UpdateStateAction
impl PartialEq for UpdateStateAction
Source§fn eq(&self, other: &UpdateStateAction) -> bool
fn eq(&self, other: &UpdateStateAction) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for UpdateStateAction
impl StructuralPartialEq for UpdateStateAction
Auto Trait Implementations§
impl Freeze for UpdateStateAction
impl RefUnwindSafe for UpdateStateAction
impl Send for UpdateStateAction
impl Sync for UpdateStateAction
impl Unpin for UpdateStateAction
impl UnsafeUnpin for UpdateStateAction
impl UnwindSafe for UpdateStateAction
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