Struct multiversx_sc::formatter::FormatBufferIgnore
source · pub struct FormatBufferIgnore;Trait Implementations§
source§impl Default for FormatBufferIgnore
impl Default for FormatBufferIgnore
source§fn default() -> FormatBufferIgnore
fn default() -> FormatBufferIgnore
Returns the “default value” for a type. Read more
source§impl FormatBuffer for FormatBufferIgnore
impl FormatBuffer for FormatBufferIgnore
fn append_ascii(&mut self, _ascii: &[u8])
fn append_display<T: SCDisplay>(&mut self, _item: &T)
fn append_lower_hex<T: SCLowerHex>(&mut self, _item: &T)
fn append_binary<T: SCBinary>(&mut self, _item: &T)
fn append_codec<T: SCCodec>(&mut self, _item: &T)
Auto Trait Implementations§
impl CodecFromSelf for FormatBufferIgnore
impl Freeze for FormatBufferIgnore
impl RefUnwindSafe for FormatBufferIgnore
impl Send for FormatBufferIgnore
impl Sync for FormatBufferIgnore
impl Unpin for FormatBufferIgnore
impl UnwindSafe for FormatBufferIgnore
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