pub enum FaDataType {
Groups,
Aliases,
Unknown(i32),
}Expand description
Financial Advisor XML data type.
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for FaDataType
impl Clone for FaDataType
Source§fn clone(&self) -> FaDataType
fn clone(&self) -> FaDataType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for FaDataType
Source§impl Debug for FaDataType
impl Debug for FaDataType
impl Eq for FaDataType
Source§impl Hash for FaDataType
impl Hash for FaDataType
Source§impl PartialEq for FaDataType
impl PartialEq for FaDataType
impl StructuralPartialEq for FaDataType
Auto Trait Implementations§
impl Freeze for FaDataType
impl RefUnwindSafe for FaDataType
impl Send for FaDataType
impl Sync for FaDataType
impl Unpin for FaDataType
impl UnsafeUnpin for FaDataType
impl UnwindSafe for FaDataType
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