Struct cardano_serialization_lib::chain_core::abor::Encoder
source · pub struct Encoder { /* private fields */ }
Expand description
ABOR Encoder
Implementations§
source§impl Encoder
impl Encoder
pub fn new() -> Self
sourcepub fn struct_start(self) -> Self
pub fn struct_start(self) -> Self
Array cannot contain more than 256 elements
sourcepub fn struct_end(self) -> Self
pub fn struct_end(self) -> Self
Terminate an array
Auto Trait Implementations§
impl RefUnwindSafe for Encoder
impl Send for Encoder
impl Sync for Encoder
impl Unpin for Encoder
impl UnwindSafe for Encoder
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