pub enum ViewStateKind {
New,
NotNew,
}Expand description
ViewStateKind (DDS 1.4 §2.2.2.5.1.2) — pro Instanz gepflegt.
Variants§
New
Erstes Sample dieser Instanz (oder erstes nach
NOT_ALIVE_NO_WRITERS → ALIVE).
NotNew
Reader hat fuer diese Instanz schon Samples ausgeliefert.
Trait Implementations§
Source§impl Clone for ViewStateKind
impl Clone for ViewStateKind
Source§fn clone(&self) -> ViewStateKind
fn clone(&self) -> ViewStateKind
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 ViewStateKind
impl Debug for ViewStateKind
Source§impl Default for ViewStateKind
impl Default for ViewStateKind
Source§impl Hash for ViewStateKind
impl Hash for ViewStateKind
Source§impl Ord for ViewStateKind
impl Ord for ViewStateKind
Source§fn cmp(&self, other: &ViewStateKind) -> Ordering
fn cmp(&self, other: &ViewStateKind) -> Ordering
1.21.0 (const: unstable) · 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 ViewStateKind
impl PartialEq for ViewStateKind
Source§fn eq(&self, other: &ViewStateKind) -> bool
fn eq(&self, other: &ViewStateKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ViewStateKind
impl PartialOrd for ViewStateKind
impl Copy for ViewStateKind
impl Eq for ViewStateKind
impl StructuralPartialEq for ViewStateKind
Auto Trait Implementations§
impl Freeze for ViewStateKind
impl RefUnwindSafe for ViewStateKind
impl Send for ViewStateKind
impl Sync for ViewStateKind
impl Unpin for ViewStateKind
impl UnsafeUnpin for ViewStateKind
impl UnwindSafe for ViewStateKind
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