pub struct Entrypoint(/* private fields */);Implementations§
Trait Implementations§
Source§impl AsRef<str> for Entrypoint
impl AsRef<str> for Entrypoint
Source§impl Clone for Entrypoint
impl Clone for Entrypoint
Source§fn clone(&self) -> Entrypoint
fn clone(&self) -> Entrypoint
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 Entrypoint
impl Debug for Entrypoint
Source§impl Display for Entrypoint
impl Display for Entrypoint
Source§impl Hash for Entrypoint
impl Hash for Entrypoint
Source§impl Ord for Entrypoint
impl Ord for Entrypoint
Source§fn cmp(&self, other: &Entrypoint) -> Ordering
fn cmp(&self, other: &Entrypoint) -> 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 Entrypoint
impl PartialEq for Entrypoint
Source§fn eq(&self, other: &Entrypoint) -> bool
fn eq(&self, other: &Entrypoint) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for Entrypoint
impl PartialOrd for Entrypoint
impl Eq for Entrypoint
impl StructuralPartialEq for Entrypoint
Auto Trait Implementations§
impl Freeze for Entrypoint
impl RefUnwindSafe for Entrypoint
impl Send for Entrypoint
impl Sync for Entrypoint
impl Unpin for Entrypoint
impl UnsafeUnpin for Entrypoint
impl UnwindSafe for Entrypoint
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