pub struct NativeCapability {
pub name: Symbol,
pub arity: usize,
pub scheme: Scheme,
}Fields§
§name: Symbol§arity: usize§scheme: SchemeTrait Implementations§
Source§impl Clone for NativeCapability
impl Clone for NativeCapability
Source§fn clone(&self) -> NativeCapability
fn clone(&self) -> NativeCapability
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 moreSource§impl Debug for NativeCapability
impl Debug for NativeCapability
Source§impl PartialEq for NativeCapability
impl PartialEq for NativeCapability
impl StructuralPartialEq for NativeCapability
Auto Trait Implementations§
impl Freeze for NativeCapability
impl RefUnwindSafe for NativeCapability
impl Send for NativeCapability
impl Sync for NativeCapability
impl Unpin for NativeCapability
impl UnsafeUnpin for NativeCapability
impl UnwindSafe for NativeCapability
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