Struct akka_persistence_rs::CannotSourceError
source · pub struct CannotSourceError;
Expand description
It is an error if there is a string representation that is not one of: “” for ordinary events. “BT” for backtracking events. “PS” for PubSub events.
Auto Trait Implementations§
impl RefUnwindSafe for CannotSourceError
impl Send for CannotSourceError
impl Sync for CannotSourceError
impl Unpin for CannotSourceError
impl UnwindSafe for CannotSourceError
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