pub enum FAMessageDataTypes {
Groups = 1,
Profiles = 2,
Aliases = 3,
}
Expand description
FA msg data types
Variants§
Auto Trait Implementations§
impl Freeze for FAMessageDataTypes
impl RefUnwindSafe for FAMessageDataTypes
impl Send for FAMessageDataTypes
impl Sync for FAMessageDataTypes
impl Unpin for FAMessageDataTypes
impl UnwindSafe for FAMessageDataTypes
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