pub struct AbiFunctionSelector { /* private fields */ }
Implementations§
Source§impl AbiFunctionSelector
impl AbiFunctionSelector
pub fn selector_signature(&self) -> &str
pub fn selector_raw(&self) -> [u8; 4]
Auto Trait Implementations§
impl Freeze for AbiFunctionSelector
impl RefUnwindSafe for AbiFunctionSelector
impl Send for AbiFunctionSelector
impl Sync for AbiFunctionSelector
impl Unpin for AbiFunctionSelector
impl UnwindSafe for AbiFunctionSelector
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