pub struct RowBinFormatter { /* private fields */ }Expand description
RowBinary formatter
Implementations§
Source§impl RowBinFormatter
impl RowBinFormatter
Sourcepub fn with_names() -> Self
pub fn with_names() -> Self
Creates a new [RowBinaryFormatter] with names
Sourcepub fn with_names_and_types() -> Self
pub fn with_names_and_types() -> Self
Creates a new [RowBinaryFormatter] with names and types
Trait Implementations§
Source§impl Clone for RowBinFormatter
impl Clone for RowBinFormatter
Source§fn clone(&self) -> RowBinFormatter
fn clone(&self) -> RowBinFormatter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RowBinFormatter
impl Debug for RowBinFormatter
Source§impl Default for RowBinFormatter
impl Default for RowBinFormatter
Source§fn default() -> RowBinFormatter
fn default() -> RowBinFormatter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RowBinFormatter
impl RefUnwindSafe for RowBinFormatter
impl Send for RowBinFormatter
impl Sync for RowBinFormatter
impl Unpin for RowBinFormatter
impl UnwindSafe for RowBinFormatter
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