pub struct MemoryQuery;Expand description
MemoryQuery
Thin endpoint-facing facade for memory ledger queries.
Implementations§
Source§impl MemoryQuery
impl MemoryQuery
Sourcepub fn ledger() -> Result<MemoryLedgerResponse, Error>
pub fn ledger() -> Result<MemoryLedgerResponse, Error>
Return the current memory ledger snapshot.
Auto Trait Implementations§
impl Freeze for MemoryQuery
impl RefUnwindSafe for MemoryQuery
impl Send for MemoryQuery
impl Sync for MemoryQuery
impl Unpin for MemoryQuery
impl UnsafeUnpin for MemoryQuery
impl UnwindSafe for MemoryQuery
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