pub struct WitResult {
pub id: TypeId,
pub interface: Option<String>,
pub name: Option<String>,
pub ok: Option<Type>,
pub err: Option<Type>,
}Fields§
§id: TypeId§interface: Option<String>§name: Option<String>§ok: Option<Type>§err: Option<Type>Auto Trait Implementations§
impl Freeze for WitResult
impl RefUnwindSafe for WitResult
impl Send for WitResult
impl Sync for WitResult
impl Unpin for WitResult
impl UnsafeUnpin for WitResult
impl UnwindSafe for WitResult
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