Struct cardano_serialization_lib::chain_core::mempack::WriteBuf
source · pub struct WriteBuf(/* private fields */);
Expand description
A local memory buffer to serialize data to
Implementations§
Auto Trait Implementations§
impl Freeze for WriteBuf
impl RefUnwindSafe for WriteBuf
impl Send for WriteBuf
impl Sync for WriteBuf
impl Unpin for WriteBuf
impl UnwindSafe for WriteBuf
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