pub struct PublicEntryPoint {
pub name: String,
pub arity: usize,
}Fields§
§name: String§arity: usizeImplementations§
Trait Implementations§
Source§impl Clone for PublicEntryPoint
impl Clone for PublicEntryPoint
Source§fn clone(&self) -> PublicEntryPoint
fn clone(&self) -> PublicEntryPoint
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 moreSource§impl Debug for PublicEntryPoint
impl Debug for PublicEntryPoint
impl Eq for PublicEntryPoint
Source§impl Ord for PublicEntryPoint
impl Ord for PublicEntryPoint
Source§fn cmp(&self, other: &PublicEntryPoint) -> Ordering
fn cmp(&self, other: &PublicEntryPoint) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PublicEntryPoint
impl PartialEq for PublicEntryPoint
Source§impl PartialOrd for PublicEntryPoint
impl PartialOrd for PublicEntryPoint
impl StructuralPartialEq for PublicEntryPoint
Auto Trait Implementations§
impl Freeze for PublicEntryPoint
impl RefUnwindSafe for PublicEntryPoint
impl Send for PublicEntryPoint
impl Sync for PublicEntryPoint
impl Unpin for PublicEntryPoint
impl UnsafeUnpin for PublicEntryPoint
impl UnwindSafe for PublicEntryPoint
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