pub struct DumpLog;Expand description
Fetch the full ordered log (conformance verification; a production reader would page or subscribe instead).
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DumpLog
impl<'de> Deserialize<'de> for DumpLog
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 Handles<DumpLog> for SequencerActor
impl Handles<DumpLog> for SequencerActor
Auto Trait Implementations§
impl Freeze for DumpLog
impl RefUnwindSafe for DumpLog
impl Send for DumpLog
impl Sync for DumpLog
impl Unpin for DumpLog
impl UnsafeUnpin for DumpLog
impl UnwindSafe for DumpLog
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