pub struct LedgerApi;Expand description
LedgerApi
Implementations§
Auto Trait Implementations§
impl Freeze for LedgerApi
impl RefUnwindSafe for LedgerApi
impl Send for LedgerApi
impl Sync for LedgerApi
impl Unpin for LedgerApi
impl UnwindSafe for LedgerApi
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