pub enum AppDataStreamKind {
Changes,
Events,
}Expand description
Generic stream declaration shape for app-owned invalidation/cursor feeds.
Variants§
Trait Implementations§
Source§impl Clone for AppDataStreamKind
impl Clone for AppDataStreamKind
Source§fn clone(&self) -> AppDataStreamKind
fn clone(&self) -> AppDataStreamKind
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 AppDataStreamKind
Source§impl Debug for AppDataStreamKind
impl Debug for AppDataStreamKind
Source§impl<'de> Deserialize<'de> for AppDataStreamKind
impl<'de> Deserialize<'de> for AppDataStreamKind
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 AppDataStreamKind
Source§impl PartialEq for AppDataStreamKind
impl PartialEq for AppDataStreamKind
Source§impl Serialize for AppDataStreamKind
impl Serialize for AppDataStreamKind
impl StructuralPartialEq for AppDataStreamKind
Auto Trait Implementations§
impl Freeze for AppDataStreamKind
impl RefUnwindSafe for AppDataStreamKind
impl Send for AppDataStreamKind
impl Sync for AppDataStreamKind
impl Unpin for AppDataStreamKind
impl UnsafeUnpin for AppDataStreamKind
impl UnwindSafe for AppDataStreamKind
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