pub struct FormatSpecifics {
pub csv: Box<FormatSpecificsCsv>,
}Fields§
§csv: Box<FormatSpecificsCsv>Implementations§
Source§impl FormatSpecifics
impl FormatSpecifics
pub fn new(csv: FormatSpecificsCsv) -> FormatSpecifics
Trait Implementations§
Source§impl Clone for FormatSpecifics
impl Clone for FormatSpecifics
Source§fn clone(&self) -> FormatSpecifics
fn clone(&self) -> FormatSpecifics
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 FormatSpecifics
impl Debug for FormatSpecifics
Source§impl Default for FormatSpecifics
impl Default for FormatSpecifics
Source§fn default() -> FormatSpecifics
fn default() -> FormatSpecifics
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FormatSpecifics
impl<'de> Deserialize<'de> for FormatSpecifics
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for FormatSpecifics
impl PartialEq for FormatSpecifics
Source§impl Serialize for FormatSpecifics
impl Serialize for FormatSpecifics
impl StructuralPartialEq for FormatSpecifics
Auto Trait Implementations§
impl Freeze for FormatSpecifics
impl RefUnwindSafe for FormatSpecifics
impl Send for FormatSpecifics
impl Sync for FormatSpecifics
impl Unpin for FormatSpecifics
impl UnsafeUnpin for FormatSpecifics
impl UnwindSafe for FormatSpecifics
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