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