pub enum EntryEventProjection {
Invalidation,
IMapEntryEvent,
}Expand description
Entry-event projection requested by Java/IMap-style listeners.
Variants§
Invalidation
Plain near-cache invalidation signal.
IMapEntryEvent
IMap entry-event shaped cache signal.
Trait Implementations§
Source§impl Clone for EntryEventProjection
impl Clone for EntryEventProjection
Source§fn clone(&self) -> EntryEventProjection
fn clone(&self) -> EntryEventProjection
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 EntryEventProjection
Source§impl Debug for EntryEventProjection
impl Debug for EntryEventProjection
Source§impl<'de> Deserialize<'de> for EntryEventProjection
impl<'de> Deserialize<'de> for EntryEventProjection
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 EntryEventProjection
Source§impl PartialEq for EntryEventProjection
impl PartialEq for EntryEventProjection
Source§fn eq(&self, other: &EntryEventProjection) -> bool
fn eq(&self, other: &EntryEventProjection) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EntryEventProjection
impl Serialize for EntryEventProjection
impl StructuralPartialEq for EntryEventProjection
Auto Trait Implementations§
impl Freeze for EntryEventProjection
impl RefUnwindSafe for EntryEventProjection
impl Send for EntryEventProjection
impl Sync for EntryEventProjection
impl Unpin for EntryEventProjection
impl UnsafeUnpin for EntryEventProjection
impl UnwindSafe for EntryEventProjection
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