pub struct RibOutputTypeInfo {
pub analysed_type: WitType,
}Fields§
§analysed_type: WitTypeImplementations§
Source§impl RibOutputTypeInfo
impl RibOutputTypeInfo
pub fn from_expr( inferred_expr: &InferredExpr, ) -> Result<RibOutputTypeInfo, RibCompilationError>
Trait Implementations§
Source§impl Clone for RibOutputTypeInfo
impl Clone for RibOutputTypeInfo
Source§fn clone(&self) -> RibOutputTypeInfo
fn clone(&self) -> RibOutputTypeInfo
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 moreSource§impl Debug for RibOutputTypeInfo
impl Debug for RibOutputTypeInfo
Source§impl<'de> Deserialize<'de> for RibOutputTypeInfo
impl<'de> Deserialize<'de> for RibOutputTypeInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for RibOutputTypeInfo
impl PartialEq for RibOutputTypeInfo
Source§impl Serialize for RibOutputTypeInfo
impl Serialize for RibOutputTypeInfo
impl StructuralPartialEq for RibOutputTypeInfo
Auto Trait Implementations§
impl Freeze for RibOutputTypeInfo
impl RefUnwindSafe for RibOutputTypeInfo
impl Send for RibOutputTypeInfo
impl Sync for RibOutputTypeInfo
impl Unpin for RibOutputTypeInfo
impl UnsafeUnpin for RibOutputTypeInfo
impl UnwindSafe for RibOutputTypeInfo
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