pub struct CategoryData {
pub name: String,
pub fixml_filename: String,
}Fields§
§name: StringPrimary key. A string uniquely identifying this category.
fixml_filename: StringThe FIXML file name for a Category.
Trait Implementations§
Source§impl Clone for CategoryData
impl Clone for CategoryData
Source§fn clone(&self) -> CategoryData
fn clone(&self) -> CategoryData
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 moreAuto Trait Implementations§
impl Freeze for CategoryData
impl RefUnwindSafe for CategoryData
impl Send for CategoryData
impl Sync for CategoryData
impl Unpin for CategoryData
impl UnwindSafe for CategoryData
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