pub struct Mfa {
pub module: Atom,
pub function: Atom,
pub arity: u8,
}Fields§
§module: Atom§function: Atom§arity: u8Implementations§
Trait Implementations§
Source§impl From<ExternalFun> for Mfa
impl From<ExternalFun> for Mfa
Source§fn from(fun: ExternalFun) -> Mfa
fn from(fun: ExternalFun) -> Mfa
Converts to this type from the input type.
impl Eq for Mfa
impl StructuralPartialEq for Mfa
Auto Trait Implementations§
impl Freeze for Mfa
impl RefUnwindSafe for Mfa
impl Send for Mfa
impl Sync for Mfa
impl Unpin for Mfa
impl UnwindSafe for Mfa
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