pub enum ActivityKind {
Page,
Memory,
}Expand description
The kind of item in a recent-activity feed entry.
Variants§
Trait Implementations§
Source§impl Clone for ActivityKind
impl Clone for ActivityKind
Source§fn clone(&self) -> ActivityKind
fn clone(&self) -> ActivityKind
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 ActivityKind
impl Debug for ActivityKind
Source§impl<'de> Deserialize<'de> for ActivityKind
impl<'de> Deserialize<'de> for ActivityKind
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
Source§impl PartialEq for ActivityKind
impl PartialEq for ActivityKind
Source§fn eq(&self, other: &ActivityKind) -> bool
fn eq(&self, other: &ActivityKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ActivityKind
impl Serialize for ActivityKind
impl StructuralPartialEq for ActivityKind
Auto Trait Implementations§
impl Freeze for ActivityKind
impl RefUnwindSafe for ActivityKind
impl Send for ActivityKind
impl Sync for ActivityKind
impl Unpin for ActivityKind
impl UnsafeUnpin for ActivityKind
impl UnwindSafe for ActivityKind
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