pub enum WitTypeKind {
Bool,
U32,
String,
}Expand description
WIT type kind
Variants§
Trait Implementations§
Source§impl Clone for WitTypeKind
impl Clone for WitTypeKind
Source§fn clone(&self) -> WitTypeKind
fn clone(&self) -> WitTypeKind
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 moreAuto Trait Implementations§
impl Freeze for WitTypeKind
impl RefUnwindSafe for WitTypeKind
impl Send for WitTypeKind
impl Sync for WitTypeKind
impl Unpin for WitTypeKind
impl UnsafeUnpin for WitTypeKind
impl UnwindSafe for WitTypeKind
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