Enum wit_encoder::Results
source · pub enum Results {
Named(Params),
Anon(Type),
}
Variants§
Implementations§
Trait Implementations§
source§impl<N> FromIterator<(N, Type)> for Results
impl<N> FromIterator<(N, Type)> for Results
source§impl Ord for Results
impl Ord for Results
source§impl PartialEq for Results
impl PartialEq for Results
source§impl PartialOrd for Results
impl PartialOrd for Results
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 Results
impl StructuralPartialEq for Results
Auto Trait Implementations§
impl Freeze for Results
impl RefUnwindSafe for Results
impl Send for Results
impl Sync for Results
impl Unpin for Results
impl UnwindSafe for Results
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)