pub enum TermType {
Atom,
Binary,
Fun,
List,
Map,
Integer,
Float,
Pid,
Port,
Ref,
Tuple,
Unknown,
}Variants§
Trait Implementations§
Source§impl From<ErlNifTermType> for TermType
Available on crate feature nif_version_2_15 only.
impl From<ErlNifTermType> for TermType
Available on crate feature
nif_version_2_15 only.Source§fn from(term_type: ErlNifTermType) -> Self
fn from(term_type: ErlNifTermType) -> Self
Converts to this type from the input type.
impl Copy for TermType
impl Eq for TermType
impl StructuralPartialEq for TermType
Auto Trait Implementations§
impl Freeze for TermType
impl RefUnwindSafe for TermType
impl Send for TermType
impl Sync for TermType
impl Unpin for TermType
impl UnwindSafe for TermType
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