pub struct AbiFiles;Expand description
embed main ABI files into client.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AbiFiles
impl RefUnwindSafe for AbiFiles
impl Send for AbiFiles
impl Sync for AbiFiles
impl Unpin for AbiFiles
impl UnwindSafe for AbiFiles
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