Struct wit_encoder::StandaloneFunc
source · pub struct StandaloneFunc { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for StandaloneFunc
impl Clone for StandaloneFunc
source§fn clone(&self) -> StandaloneFunc
fn clone(&self) -> StandaloneFunc
Returns a copy 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 StandaloneFunc
impl Debug for StandaloneFunc
source§impl Hash for StandaloneFunc
impl Hash for StandaloneFunc
source§impl Ord for StandaloneFunc
impl Ord for StandaloneFunc
source§fn cmp(&self, other: &StandaloneFunc) -> Ordering
fn cmp(&self, other: &StandaloneFunc) -> Ordering
1.21.0 · 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 StandaloneFunc
impl PartialEq for StandaloneFunc
source§fn eq(&self, other: &StandaloneFunc) -> bool
fn eq(&self, other: &StandaloneFunc) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for StandaloneFunc
impl PartialOrd for StandaloneFunc
source§fn partial_cmp(&self, other: &StandaloneFunc) -> Option<Ordering>
fn partial_cmp(&self, other: &StandaloneFunc) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for StandaloneFunc
impl StructuralPartialEq for StandaloneFunc
Auto Trait Implementations§
impl Freeze for StandaloneFunc
impl RefUnwindSafe for StandaloneFunc
impl Send for StandaloneFunc
impl Sync for StandaloneFunc
impl Unpin for StandaloneFunc
impl UnwindSafe for StandaloneFunc
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