Struct rusttyc::types::Preliminary [−][src]
Represents a preliminary output of the type check. Mainly used if Variant does not implement Constructable.
Fields
variant: VThe type variant of the entity represented by this Preliminary.
children: Vec<Option<TcKey>>The TcKeys of the children of this variant.
Trait Implementations
impl<V: Clone + ContextSensitiveVariant> Clone for Preliminary<V>[src]
fn clone(&self) -> Preliminary<V>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<V: Debug + ContextSensitiveVariant> Debug for Preliminary<V>[src]
Auto Trait Implementations
impl<V> RefUnwindSafe for Preliminary<V> where
V: RefUnwindSafe, [src]
V: RefUnwindSafe,
impl<V> Send for Preliminary<V> where
V: Send, [src]
V: Send,
impl<V> Sync for Preliminary<V> where
V: Sync, [src]
V: Sync,
impl<V> Unpin for Preliminary<V> where
V: Unpin, [src]
V: Unpin,
impl<V> UnwindSafe for Preliminary<V> where
V: UnwindSafe, [src]
V: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,