pub enum ViewStateMatch {
New,
NotNew,
Any,
}Expand description
Spec §7.4.8 — View-State-Match.
Variants§
Trait Implementations§
Source§impl Clone for ViewStateMatch
impl Clone for ViewStateMatch
Source§fn clone(&self) -> ViewStateMatch
fn clone(&self) -> ViewStateMatch
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 ViewStateMatch
impl Debug for ViewStateMatch
Source§impl PartialEq for ViewStateMatch
impl PartialEq for ViewStateMatch
Source§fn eq(&self, other: &ViewStateMatch) -> bool
fn eq(&self, other: &ViewStateMatch) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ViewStateMatch
impl Eq for ViewStateMatch
impl StructuralPartialEq for ViewStateMatch
Auto Trait Implementations§
impl Freeze for ViewStateMatch
impl RefUnwindSafe for ViewStateMatch
impl Send for ViewStateMatch
impl Sync for ViewStateMatch
impl Unpin for ViewStateMatch
impl UnsafeUnpin for ViewStateMatch
impl UnwindSafe for ViewStateMatch
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