pub struct OpcodeCalldataSize;Trait Implementations§
Source§impl Debug for OpcodeCalldataSize
impl Debug for OpcodeCalldataSize
Auto Trait Implementations§
impl Freeze for OpcodeCalldataSize
impl RefUnwindSafe for OpcodeCalldataSize
impl Send for OpcodeCalldataSize
impl Sync for OpcodeCalldataSize
impl Unpin for OpcodeCalldataSize
impl UnwindSafe for OpcodeCalldataSize
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