pub enum ExpectedType {
WitType(WitType),
Hint(TypeHint),
InferredType(InferredType),
}Variants§
Trait Implementations§
Source§impl Clone for ExpectedType
impl Clone for ExpectedType
Source§fn clone(&self) -> ExpectedType
fn clone(&self) -> ExpectedType
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 ExpectedType
impl RefUnwindSafe for ExpectedType
impl Send for ExpectedType
impl Sync for ExpectedType
impl Unpin for ExpectedType
impl UnsafeUnpin for ExpectedType
impl UnwindSafe for ExpectedType
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