pub enum PageAction {
Created,
Edited,
}Variants§
Trait Implementations§
Source§impl Clone for PageAction
impl Clone for PageAction
Source§fn clone(&self) -> PageAction
fn clone(&self) -> PageAction
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 moreimpl Copy for PageAction
Source§impl Debug for PageAction
impl Debug for PageAction
Source§impl<'de> Deserialize<'de> for PageAction
impl<'de> Deserialize<'de> for PageAction
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
impl Eq for PageAction
Source§impl Hash for PageAction
impl Hash for PageAction
Source§impl Ord for PageAction
impl Ord for PageAction
Source§fn cmp(&self, other: &PageAction) -> Ordering
fn cmp(&self, other: &PageAction) -> 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 PageAction
impl PartialEq for PageAction
Source§fn eq(&self, other: &PageAction) -> bool
fn eq(&self, other: &PageAction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PageAction
impl PartialOrd for PageAction
impl StructuralPartialEq for PageAction
Auto Trait Implementations§
impl Freeze for PageAction
impl RefUnwindSafe for PageAction
impl Send for PageAction
impl Sync for PageAction
impl Unpin for PageAction
impl UnsafeUnpin for PageAction
impl UnwindSafe for PageAction
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