pub struct RelationCache { /* private fields */ }Implementations§
Source§impl RelationCache
impl RelationCache
pub fn apply_relation(&mut self, event: RelationEvent)
pub fn translate( &self, event: RowEvent, ) -> Result<EntityDifference, PostgresConnectError>
Trait Implementations§
Source§impl Clone for RelationCache
impl Clone for RelationCache
Source§fn clone(&self) -> RelationCache
fn clone(&self) -> RelationCache
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 RelationCache
impl Debug for RelationCache
Source§impl Default for RelationCache
impl Default for RelationCache
Source§fn default() -> RelationCache
fn default() -> RelationCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RelationCache
impl RefUnwindSafe for RelationCache
impl Send for RelationCache
impl Sync for RelationCache
impl Unpin for RelationCache
impl UnsafeUnpin for RelationCache
impl UnwindSafe for RelationCache
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