Struct solidity_abi::ABIListWriter
source · pub struct ABIListWriter { /* private fields */ }
Implementations§
source§impl ABIListWriter
impl ABIListWriter
pub fn with_heads_length(heads_length: usize) -> Self
pub fn write_down<T: ABIVariable>(&mut self, input: &T)
pub fn into_linked_bytes(self) -> LinkedBytes
Auto Trait Implementations§
impl RefUnwindSafe for ABIListWriter
impl Send for ABIListWriter
impl Sync for ABIListWriter
impl Unpin for ABIListWriter
impl UnwindSafe for ABIListWriter
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