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 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