Struct cardano_serialization_lib::chain_core::abor::Encoder
source · [−]pub struct Encoder { /* private fields */ }
Expand description
ABOR Encoder
Implementations
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more