pub struct MockApi { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Api for MockApi
impl Api for MockApi
fn canonical_address(&self, human: &HumanAddr) -> Result<CanonicalAddr>
fn human_address(&self, canonical: &CanonicalAddr) -> Result<HumanAddr>
impl Copy for MockApi
Auto Trait Implementations§
impl Freeze for MockApi
impl RefUnwindSafe for MockApi
impl Send for MockApi
impl Sync for MockApi
impl Unpin for MockApi
impl UnwindSafe for MockApi
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